remove C++-commented debug spew, reported by David L. Cooper

2002-02-21  Havoc Pennington  <hp@pobox.com>

	* gdk-pixbuf-loader.c (gdk_pixbuf_loader_load_module): remove
	C++-commented debug spew, reported by David L. Cooper
This commit is contained in:
Havoc Pennington 2002-02-22 02:00:57 +00:00 committed by Havoc Pennington
parent 6b11e5cf51
commit 96387b40ea
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-02-21 Havoc Pennington <hp@pobox.com>
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_load_module): remove
C++-commented debug spew, reported by David L. Cooper
2002-02-15 Matthias Clasen <maclas@gmx.de> 2002-02-15 Matthias Clasen <maclas@gmx.de>
* pixops/pixops.c (correct_total): New function to make sure * pixops/pixops.c (correct_total): New function to make sure

View File

@ -253,7 +253,6 @@ gdk_pixbuf_loader_load_module (GdkPixbufLoader *loader,
return 0; return 0;
} }
//g_print ("\n%s\n", priv->image_module->module_name);
priv->context = priv->image_module->begin_load (gdk_pixbuf_loader_prepare, priv->context = priv->image_module->begin_load (gdk_pixbuf_loader_prepare,
gdk_pixbuf_loader_update, gdk_pixbuf_loader_update,
loader, loader,