diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-01 12:16:39 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-01 12:16:39 +0800 |
commit | 74b6039c5287b433038a5ece91874f19a862a184 (patch) | |
tree | a4686a56eb5ce72155065a6ea52182a2ccf04225 /camel/camel-mime-part.c | |
parent | cd8753df965d89d32d66e0ed4ba28311ac1f22eb (diff) | |
download | gsoc2013-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.c | 1 |
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)); |