diff options
Diffstat (limited to 'doSync.go')
| -rw-r--r-- | doSync.go | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -3,16 +3,9 @@ package main -import ( - "fmt" - "path/filepath" - - "go.wit.com/lib/protobuf/gitpb" - "go.wit.com/log" -) - // trys to figure out if there is still something to update +/* func doSync() error { if argv.Pull.Sync.Clean != nil { return doSyncClean() @@ -83,3 +76,4 @@ func syncDevelBranches() error { } return nil } +*/ |
