Skip to content

Commit

Permalink
Removed a rogue fmt.Printf
Browse files Browse the repository at this point in the history
  • Loading branch information
rickb777 committed Sep 10, 2018
1 parent 6bcbdd5 commit ee30139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion period/period.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ func daysDiff(t1, t2 time.Time) (year, month, day, hour, min, sec, hundredth int
day = d2 - d1
}

fmt.Printf("B) %d, %d %d %d %d\n", day, hour, min, sec, hundredth)
return
}

Expand Down

0 comments on commit ee30139

Please sign in to comment.