remove useless console.log
This commit is contained in:
parent
ee45cdcc45
commit
8beba2088b
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
|||
snapshots.push(cursor.value);
|
||||
cursor.continue();
|
||||
} else {
|
||||
console.log('consumed all piskel snapshots');
|
||||
// Consumed all piskel snapshots
|
||||
deferred.resolve(snapshots);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue