summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-05-05 14:46:43 +0000
committerjabiertxof <info@marker.es>2017-05-05 14:46:43 +0000
commit1f2aa6d1119f55f279f00dba0777202cae5854ef (patch)
tree9843609755fcf54055bdb058061eec3fa47ada3d /src/ui/dialog/livepatheffect-editor.cpp
parentImprove responsive from LPE (diff)
downloadinkscape-1f2aa6d1119f55f279f00dba0777202cae5854ef.tar.gz
inkscape-1f2aa6d1119f55f279f00dba0777202cae5854ef.zip
Remove unwanted cout
(bzr r15663)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp1
1 files changed, 0 insertions, 1 deletions
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;