summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-01 01:32:55 -0700
committerJeff Carr <[email protected]>2019-06-01 01:32:55 -0700
commit74e62f64055c48495886318d35c33715fb30e2ea (patch)
tree0353e031c4cced809d6237cc8e6ec0e05aa97ccf
parentbf9b5bd49d65dae7868d74d5f972510c2585ff7a (diff)
keep cleaning
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--addAccount.go9
-rw-r--r--debug.go2
-rw-r--r--mainCloudBox.go2
3 files changed, 5 insertions, 8 deletions
diff --git a/addAccount.go b/addAccount.go
index 353951a..5843043 100644
--- a/addAccount.go
+++ b/addAccount.go
@@ -75,14 +75,6 @@ func generateSubdomain(b *GuiButton) {
}
/*
-func addSubdomain(b *GuiButton) {
- log.Println("addSubdomain START")
- // sub := subdomain.Text()
- // log.Println("generateSubdomain subdomain =", sub)
- log.Println("addSubdomain END")
-}
-*/
-
func AddAccountBox(gw *GuiWindow) *GuiBox {
var gb *GuiBox
gb = new(GuiBox)
@@ -198,3 +190,4 @@ func AddAccountBox(gw *GuiWindow) *GuiBox {
return gb
}
+*/
diff --git a/debug.go b/debug.go
index a0b5600..8e21122 100644
--- a/debug.go
+++ b/debug.go
@@ -14,6 +14,8 @@ import "github.com/davecgh/go-spew/spew"
// import pb "git.wit.com/wit/witProtobuf"
+// THIS IS CLEAN
+
// can not pass any args to this (?)
/*
func setupCloudUI() {
diff --git a/mainCloudBox.go b/mainCloudBox.go
index 7971445..5982a27 100644
--- a/mainCloudBox.go
+++ b/mainCloudBox.go
@@ -122,6 +122,7 @@ func ShowAccountQuestionTab(gw *GuiWindow) {
gw.UiTab.SetMargined(0, true)
}
+/*
func ShowAccountTab(gw *GuiWindow, i int) {
log.Println("ShowAccountTab() START")
@@ -147,6 +148,7 @@ func ShowAccountTab(gw *GuiWindow, i int) {
AddBoxToTab("Create New Account", gw.UiTab, abox.UiBox)
}
}
+*/
func ShowMainTab(gw *GuiWindow) {
log.Println("ShowMainTab() gw =", gw)