commented out debug message.

2008-05-07  Sven Neumann  <sven@gimp.org>

	* app/plug-in/gimpplugin-cleanup.c (gimp_plug_in_cleanup_item):
	commented out debug message.

svn path=/trunk/; revision=25580
This commit is contained in:
Sven Neumann 2008-05-07 08:05:00 +00:00 committed by Sven Neumann
parent 94c6633ca8
commit bfa9eb956e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-05-07 Sven Neumann <sven@gimp.org>
* app/plug-in/gimpplugin-cleanup.c (gimp_plug_in_cleanup_item):
commented out debug message.
2008-05-07 Sven Neumann <sven@gimp.org>
* plug-ins/common/blur-gauss-selective.c: allocate temporary

View File

@ -334,11 +334,13 @@ gimp_plug_in_cleanup_item (GimpPlugInProcFrame *proc_frame,
if (cleanup->shadow_tiles)
{
#if 0
GimpProcedure *proc = proc_frame->procedure;
g_printerr ("Plug-In '%s' didn't free shadow tiles of drawable '%s'.\n",
gimp_plug_in_procedure_get_label (GIMP_PLUG_IN_PROCEDURE (proc)),
gimp_object_get_name (GIMP_OBJECT (item)));
#endif
gimp_drawable_free_shadow_tiles (GIMP_DRAWABLE (item));
}