Skip to content

Commit

Permalink
Remove debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
korfuri committed Jul 11, 2017
1 parent 03e537f commit f25bfa5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packagegraph_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ func FileMTimeVersion(prog loader.Program, pi loader.PackageInfo) (int64, error)
if err != nil {
return -1, err
}
fmt.Printf("%s mtime: %v\n", filepath, fi.ModTime())
if fi.ModTime().After(newestMTime) {
fmt.Printf("win!\n")
newestMTime = fi.ModTime()
}
}
Expand Down

0 comments on commit f25bfa5

Please sign in to comment.