Skip to content

Commit ff193bd

Browse files
committed
Don't log normal sync errors, since they are expected as normal
operations refs remotestorage/remotestorage.js#839
1 parent bd18cd3 commit ff193bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/widget.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ class Widget {
509509
}
510510

511511
handleSyncError (error) {
512-
console.debug(`Encountered SyncError: "${error.message}"`);
513512
this.setOffline();
514513
}
515514

0 commit comments

Comments
 (0)