summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-ani.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-06-08 00:34:26 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-06-08 00:34:26 -0400
commit3eec8ab7dbb2a2de309a737a101652f0e0509e35 (patch)
treef7601b9c5d90294c82982c22d9bd585f89448d04 /gdk-pixbuf/io-ani.c
parent0f3fa544a6bec5e4bb2a304b2848f4975a25e87e (diff)
downloadgdk-pixbuf-3eec8ab7dbb2a2de309a737a101652f0e0509e35.tar.gz
remove debug spew
Diffstat (limited to 'gdk-pixbuf/io-ani.c')
-rw-r--r--gdk-pixbuf/io-ani.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-ani.c b/gdk-pixbuf/io-ani.c
index 48752fa62..a5eeccdbf 100644
--- a/gdk-pixbuf/io-ani.c
+++ b/gdk-pixbuf/io-ani.c
@@ -612,7 +612,6 @@ gdk_pixbuf__ani_image_begin_load (GdkPixbufModuleSizeFunc size_func,
context->byte = context->buffer;
context->n_bytes = 0;
-g_print ("begin load\n");
return (gpointer) context;
}