GUI: remove debug message

This commit is contained in:
tildearrow 2022-07-03 23:02:45 -05:00
parent c3a693e804
commit 4b1db78a0b
1 changed files with 0 additions and 1 deletions

View File

@ -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();