Removing unnecessary console logging
This commit is contained in:
parent
997498cef1
commit
a92ee4dfac
@ -4,7 +4,6 @@ $(() => {
|
||||
$.request('CurrentInfo::onUpdateRequested', {
|
||||
update: { '@result': '#currentinfo' }
|
||||
})
|
||||
console.log('Weather and time info updated')
|
||||
}
|
||||
|
||||
setInterval(requestUpdate, oneMinute)
|
||||
|
Loading…
Reference in New Issue
Block a user