Skip to content

Commit 5221697

Browse files
committed
Update edit.go
1 parent 7d5bfee commit 5221697

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cmd/entries/edit.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ func EditCmd() *cobra.Command {
259259

260260
hasChanges := false
261261

262-
// Truncate to minute precision for comparison since parseDateTime only parses to the minute
263262
selectedStartTrunc := selectedEntry.StartTime.Truncate(time.Minute)
264263
editedStartTrunc := editedEntry.StartTime.Truncate(time.Minute)
265264

0 commit comments

Comments
 (0)