removed debugging output i forgot.

2004-10-25  Michael Natterer  <mitch@gimp.org>

	* plug-ins/script-fu/siod-wrapper.c (init_constants): removed
	debugging output i forgot.
This commit is contained in:
Michael Natterer 2004-10-25 20:22:33 +00:00 committed by Michael Natterer
parent 46bdfd8b9a
commit 286eb01535
3 changed files with 5 additions and 22 deletions

View File

@ -1,3 +1,8 @@
2004-10-25 Michael Natterer <mitch@gimp.org>
* plug-ins/script-fu/siod-wrapper.c (init_constants): removed
debugging output i forgot.
2004-10-25 Sven Neumann <sven@gimp.org>
* app/dialogs/quit-dialog.c: change the action button's label to

View File

@ -322,18 +322,10 @@ init_constants (void)
if (*s == '_')
*s = '-';
g_print ("registering %s \"%s\" = %d\n",
enum_name, scheme_name, value->value);
setvar (rintern (scheme_name), flocons (value->value), NIL);
g_free (scheme_name);
}
else
{
g_print ("EEK: enum %s has evil value \"%s\"\n",
enum_name, value->value_name);
}
}
g_type_class_unref (enum_class);
@ -350,9 +342,6 @@ init_constants (void)
scheme_name = g_strconcat ("UNIT-", tmp, NULL);
g_free (tmp);
g_print ("registering GimpUnit \"%s\" = %d\n",
scheme_name, unit);
setvar (rintern (scheme_name), flocons (unit), NIL);
g_free (scheme_name);

View File

@ -322,18 +322,10 @@ init_constants (void)
if (*s == '_')
*s = '-';
g_print ("registering %s \"%s\" = %d\n",
enum_name, scheme_name, value->value);
setvar (rintern (scheme_name), flocons (value->value), NIL);
g_free (scheme_name);
}
else
{
g_print ("EEK: enum %s has evil value \"%s\"\n",
enum_name, value->value_name);
}
}
g_type_class_unref (enum_class);
@ -350,9 +342,6 @@ init_constants (void)
scheme_name = g_strconcat ("UNIT-", tmp, NULL);
g_free (tmp);
g_print ("registering GimpUnit \"%s\" = %d\n",
scheme_name, unit);
setvar (rintern (scheme_name), flocons (unit), NIL);
g_free (scheme_name);