Code

Removing some debug statements
authorbryce <bryce@users.sourceforge.net>
Sun, 6 Jan 2008 02:31:46 +0000 (02:31 +0000)
committerbryce <bryce@users.sourceforge.net>
Sun, 6 Jan 2008 02:31:46 +0000 (02:31 +0000)
src/extension/input.cpp

index 5c8f8d57f26614cfc2ef30abd6032696330c8085..7ac97b9ed19895989a74aee6c33607da9b356d46 100644 (file)
@@ -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);
     }