summaryrefslogtreecommitdiff
path: root/fluid/undo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/undo.cxx')
-rw-r--r--fluid/undo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/undo.cxx b/fluid/undo.cxx
index a66bf80dd..9aae0ac08 100644
--- a/fluid/undo.cxx
+++ b/fluid/undo.cxx
@@ -126,8 +126,8 @@ void undo_cb(Fl_Widget *, void *) {
void undo_checkpoint() {
char filename[1024]; // Undo checkpoint filename
- printf("undo_checkpoint(): undo_current=%d, undo_paused=%d, modflag=%d\n",
- undo_current, undo_paused, modflag);
+// printf("undo_checkpoint(): undo_current=%d, undo_paused=%d, modflag=%d\n",
+// undo_current, undo_paused, modflag);
// Don't checkpoint if undo_suspend() has been called...
if (undo_paused) return;