Skip to content

Commit

Permalink
fix: remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickr committed Sep 28, 2023
1 parent 212007b commit ac06ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reminder-bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class ReminderBot extends WickrBot {
]

const dayOfWeek = new Date().getDay()
console.log(dayOfWeek)

// Give the option to snooze until Monday on Fri/Sat/Sun
if (dayOfWeek === 0 || dayOfWeek > 4) {
snoozeLengths.push({ buttonText: 'til Monday', msgText: 'on Monday' })
Expand Down

0 comments on commit ac06ab7

Please sign in to comment.