remove useless console.log

This commit is contained in:
juliandescottes 2017-06-18 23:24:59 +02:00 committed by Julian Descottes
parent ee45cdcc45
commit 8beba2088b

View File

@ -165,7 +165,7 @@
snapshots.push(cursor.value);
cursor.continue();
} else {
console.log('consumed all piskel snapshots');
// Consumed all piskel snapshots
deferred.resolve(snapshots);
}
};