removed debugging output.

2006-05-15  Sven Neumann  <sven@gimp.org>

	* app/plug-in/gimpplugin.c: removed debugging output.
This commit is contained in:
Sven Neumann 2006-05-15 10:31:04 +00:00 committed by Sven Neumann
parent 6ebcf700d1
commit c357c470e3
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2006-05-15 Sven Neumann <sven@gimp.org>
* app/plug-in/gimpplugin.c: removed debugging output.
2006-05-15 Sven Neumann <sven@gimp.org>
* app/*/*.c:

View File

@ -162,8 +162,6 @@ gimp_plug_in_finalize (GObject *object)
{
GimpPlugIn *plug_in = GIMP_PLUG_IN (object);
g_printerr ("%s (%s)\n", G_STRFUNC, GIMP_OBJECT (plug_in)->name);
g_free (plug_in->prog);
gimp_plug_in_proc_frame_dispose (&plug_in->main_proc_frame, plug_in);
@ -401,9 +399,7 @@ gimp_plug_in_close (GimpPlugIn *plug_in,
GList *list;
g_return_if_fail (GIMP_IS_PLUG_IN (plug_in));
g_return_if_fail (plug_in->open == TRUE);
g_printerr ("%s (%s)\n", G_STRFUNC, GIMP_OBJECT (plug_in)->name);
g_return_if_fail (plug_in->open);
plug_in->open = FALSE;