Skip to content

Commit 5bb2201

Browse files
authored
remove completed todo
1 parent f3b4e79 commit 5bb2201

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/file/file.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ func convertLogToDisplayName(log string) string {
101101
return path.Join(split[0], split[1], split[2])
102102
}
103103

104-
// TODO: write test
105104
// logs is the list of keys of all logs. each log is YYYY/MM/DD, which the most recent date at index 0
106105
func findPreviousLog(logs []string) (string, bool) {
107106
todayTime, err := time.Parse("2006/01/02", dateutil.GetCurrent().String())

0 commit comments

Comments
 (0)