From 1f2aa6d1119f55f279f00dba0777202cae5854ef Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Cenoz Date: Fri, 5 May 2017 16:46:43 +0200 Subject: Remove unwanted cout (bzr r15663) --- src/ui/dialog/livepatheffect-editor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp index 82c5a075f..e60ca77e6 100644 --- a/src/ui/dialog/livepatheffect-editor.cpp +++ b/src/ui/dialog/livepatheffect-editor.cpp @@ -200,7 +200,6 @@ LivePathEffectEditor::showParams(LivePathEffect::Effect& effect) lpe_changed = false; return; } - std::cout << "trialara\n"; if (effectwidget) { effectcontrol_vbox.remove(*effectwidget); delete effectwidget; -- cgit v1.2.3