Remove a debugging console log

pull/1/head
yflory 5 years ago
parent 893eedacda
commit f872f20a2b

@ -1741,7 +1741,6 @@ define([
var checkNewCheckpoint = function () { var checkNewCheckpoint = function () {
var hasDrawings = checkDrawings(); var hasDrawings = checkDrawings();
if (hasDrawings) { if (hasDrawings) {
console.error('reload');
var lastCp = getLastCp(); var lastCp = getLastCp();
loadLastDocument(lastCp, function () { loadLastDocument(lastCp, function () {
// On error, do nothing // On error, do nothing

Loading…
Cancel
Save