From: bryce Date: Sun, 6 Jan 2008 02:31:46 +0000 (+0000) Subject: Removing some debug statements X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=146137be24e99a8d7508c6ee92fdd195ba81d163;p=inkscape.git Removing some debug statements --- 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); }