mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
GUI: remove debug message
This commit is contained in:
parent
c3a693e804
commit
4b1db78a0b
1 changed files with 0 additions and 1 deletions
|
@ -447,7 +447,6 @@ void FurnaceGUI::doReplace() {
|
|||
}
|
||||
|
||||
if (!us.pat.empty()) {
|
||||
printf("pusher\n");
|
||||
undoHist.push_back(us);
|
||||
redoHist.clear();
|
||||
if (undoHist.size()>settings.maxUndoSteps) undoHist.pop_front();
|
||||
|
|
Loading…
Reference in a new issue