Skip to content

Commit

Permalink
removed forgotten debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Ogura committed Apr 3, 2018
1 parent e160f65 commit 7b1c678
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mason/publishing.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ func PublishFile(meta Metadata, filePath string, verbose bool) (err error) {

fileName := filepath.Base(filePath)

fmt.Printf("File path: %s", fileName)

target, ok := meta.PublishInfo.TargetsMap[fileName]

if ok {
Expand Down

0 comments on commit 7b1c678

Please sign in to comment.