Removed an unnecessary debugging printf. :)

Removed an unnecessary debugging printf. :)

--klm
This commit is contained in:
Kelly Martin 1999-10-25 02:59:29 +00:00
parent 3ed21d7440
commit 75e882076d
2 changed files with 5 additions and 1 deletions

View File

@ -426,6 +426,11 @@ Mon Oct 11 23:50:50 PDT 1999 Manish Singh <yosh@gimp.org>
* plug-ins/winsnap/winsnap.c: Don't resize layer, it causes image
corrruption! (bug in layer_resize?) Slight cosmetic changes.
1999-10-11 Kelly Lynn Martin <kelly@poverty.bloomington.in.us>
* plug-ins/unsharp/dialog_i.c (dialog_ientry_update): removed a
debugging fprintf
Mon Oct 11 02:45:06 BST 1999 Nick Lamb <njl195@zepler.org>
* app/preferences_dialog.c:

View File

@ -149,7 +149,6 @@ dialog_ientry_update(GtkWidget *widget, /* I - Entry widget */
newtextvalue[MAX_ENTRY_LENGTH] ='\0';
oldtextlength = strlen(newtextvalue);
fprintf(stderr, "%d\n", *value);
/* this stuff cleans up non-numeric chars */
shift=0;
for (i=0; i+shift < oldtextlength; i++) {