diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 05:40:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 05:40:38 -0500 |
| commit | 05e693826a91d5162d958a74b6b7d0fc3ab54f7e (patch) | |
| tree | 7393805015a94877aa9a5ab41f52cc314b555cc4 | |
| parent | ca154f088b0490ef5b1a7636a3fee9aab69d61ce (diff) | |
| -rw-r--r-- | releaseBox.go | 4 |
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) |
