Code

Removing a few more debug statements
authorbryce <bryce@users.sourceforge.net>
Sun, 6 Jan 2008 02:33:46 +0000 (02:33 +0000)
committerbryce <bryce@users.sourceforge.net>
Sun, 6 Jan 2008 02:33:46 +0000 (02:33 +0000)
src/extension/init.cpp

index 3fe3115c0fdb6b5e96eface4e492952076705c29..0964ab4f48ddd06a48161b3fd27b25553eb13996 100644 (file)
@@ -151,8 +151,6 @@ update_pref(gchar const *pref_path, gchar const *pref_attr,
 void
 init()
 {
-    printf("Initting inputs\n");
-
     /* TODO: Change to Internal */
     Internal::Svg::init();
     Internal::Svgz::init();
@@ -169,13 +167,10 @@ init()
     Internal::CairoPsOutput::init();
 #endif
 #ifdef HAVE_POPPLER
-    printf("Initting PdfInput for poppler");
     Internal::PdfInput::init();
 #endif
 #ifdef HAVE_POPPLER_GLIB
-    printf("We have POPPLER GLIB\n");
     if (1) {
-        printf("Initting PdfInputCairo\n");
     Internal::PdfInputCairo::init();
     }
 #endif
@@ -338,7 +333,6 @@ check_extensions()
 
     Inkscape::Extension::Extension::error_file_open();
     while (count != 0) {
-        // printf("Check extensions pass %d\n", pass++);
         count = 0;
         db.foreach(check_extensions_internal, (gpointer)&count);
         if (count != 0) anyfail = true;