diff options
Diffstat (limited to 'tests/test2.c')
-rw-r--r-- | tests/test2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test2.c b/tests/test2.c index 6e93a731a9..510c8304d6 100644 --- a/tests/test2.c +++ b/tests/test2.c @@ -2,7 +2,6 @@ /* tests mime message file parsing */ #include "gmime-utils.h" #include "stdio.h" -#include "camel-log.h" #include "camel-mime-message.h" #include "camel-mime-part.h" #include "camel-stream.h" @@ -18,7 +17,6 @@ main (int argc, char**argv) gtk_init (&argc, &argv); camel_init (); - camel_debug_level = CAMEL_LOG_LEVEL_FULL_DEBUG; message = camel_mime_message_new (); @@ -31,8 +29,6 @@ main (int argc, char**argv) } - camel_debug_level = CAMEL_LOG_LEVEL_FULL_DEBUG; - camel_data_wrapper_set_input_stream ( CAMEL_DATA_WRAPPER (message), input_stream); camel_medium_get_content_object (CAMEL_MEDIUM (message)); |