diff options
| author | Nicholas Bishop <nicholasbishop@gmail.com> | 2007-07-29 05:09:02 +0000 |
|---|---|---|
| committer | nicholasbishop <nicholasbishop@users.sourceforge.net> | 2007-07-29 05:09:02 +0000 |
| commit | 1413bdebc7c451a7a448e92fa22ae3dd5705e80d (patch) | |
| tree | aa09f599785abb18b6432ffed67911649401cf45 /src | |
| parent | Filter effects dialog: (diff) | |
| download | inkscape-1413bdebc7c451a7a448e92fa22ae3dd5705e80d.tar.gz inkscape-1413bdebc7c451a7a448e92fa22ae3dd5705e80d.zip | |
Filter effects dialog:
Removed debug cout
(bzr r3336)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/filter-effects-dialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp index 34f887a94..8f80d5498 100644 --- a/src/ui/dialog/filter-effects-dialog.cpp +++ b/src/ui/dialog/filter-effects-dialog.cpp @@ -67,7 +67,6 @@ int input_count(const SPFilterPrimitive* prim) // Return the number of feMergeNode connections plus an extra int count = 1; for(const SPObject* o = prim->firstChild(); o; o = o->next, ++count); - std::cout << count << std::endl; return count; } else |
