aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-01 12:16:39 +0800
committerDan Winship <danw@src.gnome.org>2000-04-01 12:16:39 +0800
commit74b6039c5287b433038a5ece91874f19a862a184 (patch)
treea4686a56eb5ce72155065a6ea52182a2ccf04225 /camel/camel-mime-part.c
parentcd8753df965d89d32d66e0ed4ba28311ac1f22eb (diff)
downloadgsoc2013-evolution-74b6039c5287b433038a5ece91874f19a862a184.tar
gsoc2013-evolution-74b6039c5287b433038a5ece91874f19a862a184.tar.gz
gsoc2013-evolution-74b6039c5287b433038a5ece91874f19a862a184.tar.bz2
gsoc2013-evolution-74b6039c5287b433038a5ece91874f19a862a184.tar.lz
gsoc2013-evolution-74b6039c5287b433038a5ece91874f19a862a184.tar.xz
gsoc2013-evolution-74b6039c5287b433038a5ece91874f19a862a184.tar.zst
gsoc2013-evolution-74b6039c5287b433038a5ece91874f19a862a184.zip
remove debugging printf()s that no longer seem useful
svn path=/trunk/; revision=2274
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r--camel/camel-mime-part.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c
index 1fb3084ad3..5fdd856144 100644
--- a/camel/camel-mime-part.c
+++ b/camel/camel-mime-part.c
@@ -870,7 +870,6 @@ my_set_input_stream (CamelDataWrapper *data_wrapper, CamelStream *stream)
/* set the input stream for the content object */
content_stream_inf_bound = camel_seekable_stream_get_current_position (seekable_stream);
- printf ("Current position = %d\n", content_stream_inf_bound);
if (mime_part->content_input_stream)
gtk_object_unref (GTK_OBJECT (mime_part->content_input_stream));