Skip to content

Commit

Permalink
Removed comment in main
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunakShah committed Sep 5, 2019
1 parent a860319 commit 68a9c79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/syncer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import (
func main() {
klog.InitFlags(nil)
flag.Parse()
a := flag.CommandLine
klog.Infof("%v", a)
metadataSyncer := metadatasyncer.NewInformer()
if err := metadataSyncer.Init(); err != nil {
klog.Errorf("Error initializing Metadata Syncer")
Expand Down

0 comments on commit 68a9c79

Please sign in to comment.