diff --git a/www/plugins/jasonwilliams/calgaryconditions/assets/javascript/currentinfo.js b/www/plugins/jasonwilliams/calgaryconditions/assets/javascript/currentinfo.js index 81e0c43..71f6337 100644 --- a/www/plugins/jasonwilliams/calgaryconditions/assets/javascript/currentinfo.js +++ b/www/plugins/jasonwilliams/calgaryconditions/assets/javascript/currentinfo.js @@ -4,7 +4,6 @@ $(() => { $.request('CurrentInfo::onUpdateRequested', { update: { '@result': '#currentinfo' } }) - console.log('Weather and time info updated') } setInterval(requestUpdate, oneMinute)