Skip to content

Commit

Permalink
scaffold: remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Feb 16, 2020
1 parent d635a8d commit 54756a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/distri/scaffold.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ func scaffoldPullDebian(debianPackagesURL, source string) (remoteSource, remoteH
}

if !strings.HasSuffix(sourceUrl.Path, path.Dir(filename)) {
log.Printf("sourceUrl.Path=%q, path.Dir(filename)=%q", sourceUrl.Path, path.Dir(filename))
continue
}
remoteBase := path.Base(filename)
Expand Down Expand Up @@ -350,7 +349,6 @@ func scaffoldPull(buildFilePath string, dryRun bool) error {
if err != nil {
return err
}
log.Printf("current source: %s", source)
version, err := stringVal("version")
if err != nil {
return err
Expand Down

0 comments on commit 54756a6

Please sign in to comment.