[goffice] Compilation: remove escaped debug code



commit a7bdaa8160d13e8993c31b4ec1b93cf6eb185c7c
Author: Morten Welinder <terra gnome org>
Date:   Mon Dec 5 21:17:04 2011 -0500

    Compilation: remove escaped debug code

 goffice/app/go-plugin-service.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/goffice/app/go-plugin-service.c b/goffice/app/go-plugin-service.c
index a1dbf3b..0fd31a4 100644
--- a/goffice/app/go-plugin-service.c
+++ b/goffice/app/go-plugin-service.c
@@ -281,7 +281,6 @@ go_plugin_service_resource_read_xml (GOPluginService *service, xmlNode *tree, GO
 			absfile = g_strdup (CXML2C (file));
 		xmlFree (file);
 		ok = g_file_get_contents (absfile, &data, &length, NULL);
-		g_printerr ("%s => %d\n", absfile, ok);
 		g_free (absfile);
 
 		if (!ok)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]