From 74b6039c5287b433038a5ece91874f19a862a184 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 1 Apr 2000 04:16:39 +0000 Subject: remove debugging printf()s that no longer seem useful svn path=/trunk/; revision=2274 --- camel/camel-mime-part.c | 1 - 1 file changed, 1 deletion(-) (limited to 'camel/camel-mime-part.c') 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)); -- cgit