lint/window.log

pull/1168/head
Ryan Tharp 5 years ago
parent 5a54eaa79a
commit 6fd0183d11

@ -1919,7 +1919,7 @@
// Check to see if user has updated their clock to current time // Check to see if user has updated their clock to current time
clockSynced = await window.setClockParams(); clockSynced = await window.setClockParams();
} else { } else {
log.info('setClockParams not loaded yet'); window.log.info('setClockParams not loaded yet');
} }
if (clockSynced) { if (clockSynced) {
toastOptions.title = i18n('clockOutOfSync'); toastOptions.title = i18n('clockOutOfSync');

Loading…
Cancel
Save