From 70e110ba4a739310a35b0e312eb9b2a2e15c01c7 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Sun, 6 Jan 2008 02:33:46 +0000 Subject: Removing a few more debug statements (bzr r4403) --- src/extension/init.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/extension/init.cpp') diff --git a/src/extension/init.cpp b/src/extension/init.cpp index 3fe3115c0..0964ab4f4 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -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; -- cgit v1.2.3