diff options
Diffstat (limited to 'scanGoSrc/main.go')
| -rw-r--r-- | scanGoSrc/main.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scanGoSrc/main.go b/scanGoSrc/main.go index 460a2b5..f59ea77 100644 --- a/scanGoSrc/main.go +++ b/scanGoSrc/main.go @@ -3,7 +3,6 @@ package main import ( "os" - "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" ) @@ -12,14 +11,6 @@ import ( var VERSION string func main() { - var config forgepb.ForgeConfigs - if err := config.ConfigLoad(); err != nil { - log.Warn("forgepb.ConfigLoad() failed", err) - os.Exit(-1) - } - - config.PrintTable() - var repos *gitpb.Repos repos = new(gitpb.Repos) |
