summaryrefslogtreecommitdiff
path: root/releaseBox.go
diff options
context:
space:
mode:
Diffstat (limited to 'releaseBox.go')
-rw-r--r--releaseBox.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/releaseBox.go b/releaseBox.go
index c5aa9ea..983b3ee 100644
--- a/releaseBox.go
+++ b/releaseBox.go
@@ -9,7 +9,6 @@ import (
"go.wit.com/log"
"go.wit.com/lib/gadgets"
- "go.wit.com/lib/gui/shell"
"go.wit.com/lib/protobuf/gitpb"
)
@@ -143,9 +142,6 @@ func doReleaseAll() {
}
func skipToNext() error {
- // shell.RunVerbose([]string{"forge", "dirty"})
- // log.Info("Sleeping for 2 seconds for no reason.")
- // time.Sleep(1)
me.forge.ScanRepoDir() // looks for new dirs, checks existing repos for changes
me.found = new(gitpb.Repos)