Skip to content

Commit

Permalink
commenting a log message for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kanchwala committed Oct 2, 2020
1 parent 62ce1c1 commit 250d464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/downloader/getter.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (g *GoGetter) DownloadWithType(remoteType, remoteURL, destPath string) (str
// validations
// remoteURL and repoType cannot be empty
if remoteURL == "" && remoteType == "" {
zap.S().Error(ErrEmptyURLType)
// zap.S().Error(ErrEmptyURLType)
return "", ErrEmptyURLType
}

Expand Down

0 comments on commit 250d464

Please sign in to comment.