removed debug output.

2004-11-09  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/url.c: removed debug output.
This commit is contained in:
Sven Neumann 2004-11-09 00:06:46 +00:00 committed by Sven Neumann
parent fcfd03b6ce
commit 37ea9d9895
4 changed files with 31 additions and 18 deletions

View file

@ -1,3 +1,7 @@
2004-11-09 Sven Neumann <sven@gimp.org>
* plug-ins/common/url.c: removed debug output.
2004-11-08 Sven Neumann <sven@gimp.org>
* app/dialogs/user-install-dialog.c (user_install_migrate_files):

View file

@ -22,11 +22,14 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <sys/param.h>
#include <sys/wait.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#include <errno.h>
#endif
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
@ -144,10 +147,10 @@ load_image (const gchar *filename,
gint p[2];
gboolean name_image = FALSE;
fprintf (stderr, "Loading URL: %s\n", filename);
if (!ext || ext[1] == 0 || strchr (ext, '/'))
tmpname = gimp_temp_name ("xxx");
{
tmpname = gimp_temp_name ("xxx");
}
else
{
tmpname = gimp_temp_name (ext + 1);
@ -205,7 +208,7 @@ load_image (const gchar *filename,
gboolean debug = FALSE;
#define DEBUG(x) if (debug) fprintf (stderr, (x))
#define DEBUG(x) if (debug) g_printerr (x)
close (p[1]);

View file

@ -22,11 +22,14 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <sys/param.h>
#include <sys/wait.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#include <errno.h>
#endif
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
@ -144,10 +147,10 @@ load_image (const gchar *filename,
gint p[2];
gboolean name_image = FALSE;
fprintf (stderr, "Loading URL: %s\n", filename);
if (!ext || ext[1] == 0 || strchr (ext, '/'))
tmpname = gimp_temp_name ("xxx");
{
tmpname = gimp_temp_name ("xxx");
}
else
{
tmpname = gimp_temp_name (ext + 1);
@ -205,7 +208,7 @@ load_image (const gchar *filename,
gboolean debug = FALSE;
#define DEBUG(x) if (debug) fprintf (stderr, (x))
#define DEBUG(x) if (debug) g_printerr (x)
close (p[1]);

View file

@ -22,11 +22,14 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <sys/param.h>
#include <sys/wait.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#include <errno.h>
#endif
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
@ -144,10 +147,10 @@ load_image (const gchar *filename,
gint p[2];
gboolean name_image = FALSE;
fprintf (stderr, "Loading URL: %s\n", filename);
if (!ext || ext[1] == 0 || strchr (ext, '/'))
tmpname = gimp_temp_name ("xxx");
{
tmpname = gimp_temp_name ("xxx");
}
else
{
tmpname = gimp_temp_name (ext + 1);
@ -205,7 +208,7 @@ load_image (const gchar *filename,
gboolean debug = FALSE;
#define DEBUG(x) if (debug) fprintf (stderr, (x))
#define DEBUG(x) if (debug) g_printerr (x)
close (p[1]);