diff --git a/scripts/content.js b/scripts/content.js index 6e72c94..9128c04 100644 --- a/scripts/content.js +++ b/scripts/content.js @@ -244,7 +244,7 @@ async function getAvailableDates(consulateId) { if (!response.ok) { if (response.status === 401) { - await sendNotification('Logged out due to 401 error'); + console.log('Logged out due to 401 error'); await logOut(); } const body = await response.text();