[Gnucash-changes] Remove useless debugging printf.

Joshua Sled jsled at cvs.gnucash.org
Sat Feb 12 22:30:19 EST 2005


Log Message:
-----------
Remove useless debugging printf.

Tags:
----
g2-gog-integ

Modified Files:
--------------
    gnucash/lib/goffice/graph:
        gog-renderer-pixbuf.c

Revision Data
-------------
Index: gog-renderer-pixbuf.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/lib/goffice/graph/Attic/gog-renderer-pixbuf.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -Llib/goffice/graph/gog-renderer-pixbuf.c -Llib/goffice/graph/gog-renderer-pixbuf.c -u -r1.1.2.1 -r1.1.2.2
--- lib/goffice/graph/gog-renderer-pixbuf.c
+++ lib/goffice/graph/gog-renderer-pixbuf.c
@@ -224,8 +224,6 @@
 	ArtSVP *svp;
 	ArtVpath *dashed_path;
 
-	printf( "drawing a path!" );
-
 	switch (style->line.dash_type) {
 		case GO_LINE_NONE:
 			return;
@@ -494,6 +492,13 @@
 	PangoAttrList  *attrs = NULL;
 	PangoFontDescription const *fd = prend->base.cur_style->font.font->desc;
 
+	{
+		char *pfdStr;
+		pfdStr = pango_font_description_to_string( fd );
+		printf( "pfd=[%s]\n", pfdStr );
+		g_free( pfdStr );
+	}
+
 	if (prend->pango_layout != NULL)
 		return prend->pango_layout;
 	


More information about the gnucash-changes mailing list