summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-01 16:19:33 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-01 16:19:33 +0000
commit627e4b13e98aa6c1007c17b6ec3dcfef50ad81a2 (patch)
tree59cfb03ea3aed5aaa989a2b33f79fbbc9d105a14 /tests
parent822ddd064c266345ab4fe19c4b574a4cd29d7159 (diff)
downloadtelepathy-salut-627e4b13e98aa6c1007c17b6ec3dcfef50ad81a2.tar.gz
Remove support for --disable-debug
Diffstat (limited to 'tests')
-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,