Skip to content

Commit

Permalink
cmd: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Sep 18, 2021
1 parent 19a243e commit 8a4a1bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/minify/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,6 @@ func preserveAttributes(src, dst string) {
}
}
if preserveTimestamps {
fmt.Println(atime.Get(srcInfo), srcInfo.ModTime())
err = os.Chtimes(dst, atime.Get(srcInfo), srcInfo.ModTime())
if err != nil {
Warning.Println(err)
Expand Down

0 comments on commit 8a4a1bb

Please sign in to comment.