Skip to content

Commit e1786dc

Browse files
monferaetpinard
authored andcommitted
Lint away queue length logging
1 parent a8d314d commit e1786dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/queue.js

-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ queue.add = function(gd, undoFunc, undoArgs, redoFunc, redoArgs) {
9393
gd.undoQueue.queue.shift();
9494
gd.undoQueue.index--;
9595
}
96-
97-
console.log('QUEUE length: ', gd.undoQueue.queue.length)
9896
};
9997

10098
/**

0 commit comments

Comments
 (0)