Skip to content

Commit

Permalink
Remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbarry authored Nov 30, 2023
1 parent 85f0519 commit 0528fb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/js/splash/notifScheduler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ export const getReminderPrefs = async (
): Promise<User> => {
const userPromise = getUser();
const user = (await userPromise) as User;
console.log('user', user);
if (user?.reminder_assignment && user?.reminder_join_date && user?.reminder_time_of_day) {
logDebug('User already has reminder prefs, returning them: ' + JSON.stringify(user));
return user;
Expand Down

0 comments on commit 0528fb0

Please sign in to comment.