diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-02-18 22:02:17 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-02-18 22:02:17 +0000 |
| commit | b0607923592e96c5136e8740356a0cb1ee273534 (patch) | |
| tree | 0aabcbfd8ae26643d0121c3d87df6f575007ddb8 /src | |
| parent | Update issues on CI (diff) | |
| download | inkscape-b0607923592e96c5136e8740356a0cb1ee273534.tar.gz inkscape-b0607923592e96c5136e8740356a0cb1ee273534.zip | |
Remove a cout debug string
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/livepatheffect-add.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |
