summaryrefslogtreecommitdiffstats
path: root/src/extension/input.cpp
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2008-01-06 02:31:46 +0000
committerbryce <bryce@users.sourceforge.net>2008-01-06 02:31:46 +0000
commit64c28b9f0e74624ecd5a0714edcb8b580f03b646 (patch)
tree445923aad35d175ef16b1e1219ed7a5897a4699d /src/extension/input.cpp
parentAdds 'Save as SVG' button / dialog to clarify when saving file, that it (diff)
downloadinkscape-64c28b9f0e74624ecd5a0714edcb8b580f03b646.tar.gz
inkscape-64c28b9f0e74624ecd5a0714edcb8b580f03b646.zip
Removing some debug statements
(bzr r4402)
Diffstat (limited to 'src/extension/input.cpp')
-rw-r--r--src/extension/input.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/extension/input.cpp b/src/extension/input.cpp
index 5c8f8d57f..7ac97b9ed 100644
--- a/src/extension/input.cpp
+++ b/src/extension/input.cpp
@@ -46,8 +46,6 @@ Input::Input (Inkscape::XML::Node * in_repr, Implementation::Implementation * in
filetypetooltip = NULL;
output_extension = NULL;
- printf("Input::Input\n");
-
if (repr != NULL) {
Inkscape::XML::Node * child_repr;
@@ -147,8 +145,6 @@ Input::check (void)
SPDocument *
Input::open (const gchar *uri)
{
- printf("Input::open\n");
-
if (!loaded()) {
set_state(Extension::STATE_LOADED);
}