We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d314d commit e1786dcCopy full SHA for e1786dc
src/lib/queue.js
@@ -93,8 +93,6 @@ queue.add = function(gd, undoFunc, undoArgs, redoFunc, redoArgs) {
93
gd.undoQueue.queue.shift();
94
gd.undoQueue.index--;
95
}
96
-
97
- console.log('QUEUE length: ', gd.undoQueue.queue.length)
98
};
99
100
/**
0 commit comments