diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 03:12:42 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-17 03:12:42 +0100 |
commit | d858d2196a11910382d879527d117c8a181177fc (patch) | |
tree | bb9ded91a5f67d4e3f5910942cfcbd6506c7468a /bitlbee.c | |
parent | 2ecfe3987effa418806ab23bc24c82e3f14ca30f (diff) |
remove debugging output
Diffstat (limited to 'bitlbee.c')
-rw-r--r-- | bitlbee.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 ); } |