diff options
Diffstat (limited to 'doCheckout.go')
| -rw-r--r-- | doCheckout.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doCheckout.go b/doCheckout.go index 06c36cf..fdd5edb 100644 --- a/doCheckout.go +++ b/doCheckout.go @@ -254,7 +254,7 @@ func doAllCheckoutMaster() error { // shared this with the GUI and the command line? func doCheckoutShared() error { if me.argvCheckoutUser { - log.Info("Starting git checkout user") + // log.Info("Starting git checkout user") if argv.Force { log.Info("going to force create user branches") if err := makeUserBranches(); err != nil { @@ -267,7 +267,7 @@ func doCheckoutShared() error { } if me.argvCheckoutDevel { - log.Info("Starting git checkout devel") + // log.Info("Starting git checkout devel") if argv.Force { log.Info("going to force create devel branches") makeDevelBranches() @@ -304,7 +304,7 @@ func doCheckout() error { if err := doCheckoutShared(); err != nil { badExit(err) } - okExit("git checkout done") + okExit("") return nil } |
