summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-30 23:38:46 -0600
committerJeff Carr <[email protected]>2024-01-30 23:38:46 -0600
commitd18a8018cb95cd3218226639e6afa5b4e3f51af0 (patch)
tree5a86f9640ccafcec62aaf11d8fec2001792b71c4 /main.go
parent3dcb1683482c5d1dfa8bd08c6e42c98939114198 (diff)
general cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index cd63d78..d71348b 100644
--- a/main.go
+++ b/main.go
@@ -56,8 +56,10 @@ func main() {
repo.newScan()
}
})
+ /*
s := fmt.Sprint(duration)
me.autoWorkingPwd.SetText(s)
+ */
})
}
@@ -67,7 +69,6 @@ func autotypistWindow() {
globalDisplayOptions(box)
globalBuildOptions(box)
- globalTestingOptions(box)
globalResetOptions(box)
}