diff --git a/cmd/root.go b/cmd/root.go index b5acd90a4..a98ef22f6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -50,7 +50,7 @@ func startWorker(userInput string) <-chan error { go func() { defer close(errs) protocol := imgbom.NewProtocol(userInput) - fmt.Printf("protocol: %+v", protocol) + log.Debugf("protocol: %+v", protocol) switch protocol.Type { case imgbom.DirProtocol: