[goffice] Removed printf debug statement.



commit 7660b264d7d67f8bddf92aee1534225e20817091
Author: Jean Brefort <jean brefort normalesup org>
Date:   Wed Oct 26 13:36:57 2011 +0200

    Removed printf debug statement.

 goffice/utils/go-style.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/goffice/utils/go-style.c b/goffice/utils/go-style.c
index e5beadc..be126e7 100644
--- a/goffice/utils/go-style.c
+++ b/goffice/utils/go-style.c
@@ -1524,7 +1524,6 @@ go_style_sax_load_fill_image (GsfXMLIn *xin, xmlChar const **attrs)
 	type = type_name? g_type_from_name (type_name): GO_TYPE_PIXBUF;
 	if (name && type)
 		style->fill.image.image = g_object_ref (go_doc_image_fetch (doc, name, type));
-printf("image=%p\n",style->fill.image.image);
 	if (style->fill.image.image != NULL)
 		style->fill.type = GO_STYLE_FILL_IMAGE;
 }



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