summaryrefslogtreecommitdiff
path: root/tests/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debug.c')
-rw-r--r--tests/debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/debug.c b/tests/debug.c
index cef4515b..941a297d 100644
--- a/tests/debug.c
+++ b/tests/debug.c
@@ -23,13 +23,11 @@ main (int argc, char **argv)
g_type_init ();
g_set_prgname ("telepathy-salut");
-#ifdef ENABLE_DEBUG
tp_debug_divert_messages (g_getenv ("SALUT_LOGFILE"));
debug_set_flags_from_env ();
if (g_getenv ("SALUT_PERSIST"))
tp_debug_set_persistent (TRUE);
-#endif
return tp_run_connection_manager ("telepathy-salut", VERSION,
salut_create_connection_manager,