reduce frontend log spam from debug messages
This commit is contained in:
parent
f42f9ee0b5
commit
87dc73d700
22 changed files with 32 additions and 32 deletions
|
|
@ -130,7 +130,7 @@ function syncBetweenTabs() {
|
|||
|
||||
latestSyncedAt = Date.now();
|
||||
|
||||
if (_DEV_) console.log('prefer:synced');
|
||||
if (_DEV_) console.debug('prefer:synced');
|
||||
}
|
||||
|
||||
window.setInterval(syncBetweenTabs, 5000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue