From b0607923592e96c5136e8740356a0cb1ee273534 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 18 Feb 2019 23:02:17 +0100 Subject: Remove a cout debug string --- src/ui/dialog/livepatheffect-add.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/ui/dialog/livepatheffect-add.cpp b/src/ui/dialog/livepatheffect-add.cpp index 64d3d1fca..ae99f4728 100644 --- a/src/ui/dialog/livepatheffect-add.cpp +++ b/src/ui/dialog/livepatheffect-add.cpp @@ -545,7 +545,6 @@ void LivePathEffectAdd::show(SPDesktop *desktop) if (width == width_2 && height == height_2) { Gtk::Window *window = desktop->getToplevel(); window->get_size(width, height); - std::cout << "dsdgsgdsdgsgdgdsgsdgsdgds" << std::endl; dial._LPEDialogSelector->resize(std::min(width - 300, 1440), std::min(height - 300, 900)); } dial._applied = false; -- cgit v1.2.3