aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-17 03:12:42 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-17 03:12:42 +0100
commitd858d2196a11910382d879527d117c8a181177fc (patch)
treebb9ded91a5f67d4e3f5910942cfcbd6506c7468a /bitlbee.c
parent2ecfe3987effa418806ab23bc24c82e3f14ca30f (diff)
remove debugging output
Diffstat (limited to 'bitlbee.c')
-rw-r--r--bitlbee.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitlbee.c b/bitlbee.c
index 52acafa4..59a417f0 100644
--- a/bitlbee.c
+++ b/bitlbee.c
@@ -142,9 +142,6 @@ int bitlbee_inetd_init()
log_link( LOGLVL_ERROR, LOGOUTPUT_IRC );
log_link( LOGLVL_WARNING, LOGOUTPUT_IRC );
- /* TODO: Remove debugging log_link's */
- log_link( LOGLVL_INFO, LOGOUTPUT_IRC );
- log_link( LOGLVL_DEBUG, LOGOUTPUT_IRC );
return( 0 );
}