Removing unnecessary console logging

This commit is contained in:
JayWll 2020-05-16 15:10:14 -06:00
parent 997498cef1
commit a92ee4dfac
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ $(() => {
$.request('CurrentInfo::onUpdateRequested', {
update: { '@result': '#currentinfo' }
})
console.log('Weather and time info updated')
}
setInterval(requestUpdate, oneMinute)