mirror of https://github.com/xwiki-labs/cryptpad
Remove a debugging console log
This commit is contained in:
parent
893eedacda
commit
f872f20a2b
|
@ -1741,7 +1741,6 @@ define([
|
|||
var checkNewCheckpoint = function () {
|
||||
var hasDrawings = checkDrawings();
|
||||
if (hasDrawings) {
|
||||
console.error('reload');
|
||||
var lastCp = getLastCp();
|
||||
loadLastDocument(lastCp, function () {
|
||||
// On error, do nothing
|
||||
|
|
Loading…
Reference in New Issue