summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
-rw-r--r--src/ui/tools/freehand-base.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index d2ef1e00d..8a078d510 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -884,7 +884,6 @@ static void spdc_flush_white(FreehandBase *dc, SPCurve *gc)
if (!dc->white_item) {
dc->white_item = SP_ITEM(desktop->currentLayer()->appendChildRepr(repr));
}
- std::cout << "lololololo----------------------lololo" << std::endl;
spdc_check_for_and_apply_waiting_LPE(dc, dc->white_item, c, false);
dc->selection->set(dc->white_item);
}