diff options
Diffstat (limited to 'tests/test8.c')
-rw-r--r-- | tests/test8.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test8.c b/tests/test8.c index 1f446e171d..aa7debdba9 100644 --- a/tests/test8.c +++ b/tests/test8.c @@ -2,7 +2,6 @@ #include "camel.h" -#include "camel-log.h" CamelThreadProxy *proxy; CamelFuncDef *func_def; @@ -44,8 +43,6 @@ main (int argc, char **argv) int i; CamelOp *op; - camel_debug_level = CAMEL_LOG_LEVEL_WARNING; - camel_init (); func_def = |