Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Aug 1, 2024
1 parent f2b9bfc commit 7ddc361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Nudge/Utilities/Utils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ struct DateManager {
} else {
let formatter = DateFormatter()
formatter.dateFormat = formatterString
print(formatter.string(from: date))
return formatter.string(from: date)
}
}
Expand Down

0 comments on commit 7ddc361

Please sign in to comment.