mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Remove console noise
This commit is contained in:
parent
dfc2d6ce0d
commit
2d6bc11f9c
@ -318,8 +318,8 @@ button:not(.btn).primary:hover{
|
||||
|
||||
// Make sure progress doesn't go backward
|
||||
var c = types.indexOf(data.type);
|
||||
if (c < current) { return console.error(data); }
|
||||
if (c === current && progress > data.progress) { return console.error(data); }
|
||||
if (c < current) { return console.debug(data); }
|
||||
if (c === current && progress > data.progress) { return console.debug(data); }
|
||||
progress = data.progress;
|
||||
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user