removed debugging output.

2003-08-27  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpitemfactory.c (gimp_item_factory_translate_func):
	removed debugging output.
This commit is contained in:
Sven Neumann 2003-08-27 14:55:42 +00:00 committed by Sven Neumann
parent 8377aa0fd5
commit b1bccea6c0
2 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,15 @@
2003-08-27 Sven Neumann <sven@gimp.org>
* app/widgets/gimpitemfactory.c (gimp_item_factory_translate_func):
removed debugging output.
2003-08-27 Sven Neumann <sven@gimp.org>
* Made 1.3.19 release.
2003-08-27 Sven Neumann <sven@gimp.org>
* plug-ins/common/edge.c (run): made the PDB interface backwards
* plug-ins/common/edge.c (run): made the PDB interface backward
compatible by allowing the last parameter to be omitted.
2003-08-27 Dave Neary <bolsh@gimp.org>

View File

@ -1013,8 +1013,6 @@ gimp_item_factory_translate_func (const gchar *path,
complete = g_strconcat (item_factory->path, complete, NULL);
translation = g_strdup (dgettext (domain, complete));
g_print ("moving plug-in translation to trash: %s\n", translation);
gimp_factory->translation_trash =
g_list_prepend (gimp_factory->translation_trash, translation);
@ -1064,8 +1062,6 @@ gimp_item_factory_translate_func (const gchar *path,
complete = g_strdup (complete);
translation = g_strdup (gettext (complete));
g_print ("moving core translation to trash: %s\n", translation);
gimp_factory->translation_trash =
g_list_prepend (gimp_factory->translation_trash, translation);