diff options
| author | Alexander Barton <alex@barton.de> | 2016-12-08 00:18:57 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2016-12-08 00:18:57 +0100 |
| commit | 85df41490710fcefd158e4e8d8175207d24feb2f (patch) | |
| tree | 620d4a0f526160c6cd397b77fb4014642d45ce57 /src | |
| parent | f5ff22d98febeddcc51668c49f35940cbffe599e (diff) | |
| download | ngircd-85df41490710fcefd158e4e8d8175207d24feb2f.tar.gz ngircd-85df41490710fcefd158e4e8d8175207d24feb2f.zip | |
Remove leftover debug message. Oops!
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/irc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ngircd/irc.c b/src/ngircd/irc.c index 5325b52a..72caf7d5 100644 --- a/src/ngircd/irc.c +++ b/src/ngircd/irc.c @@ -493,7 +493,6 @@ Option_String(UNUSED CONN_ID Idx) if(options & CONN_ZIP) /* zlib compression enabled */ strlcat(option_txt, "z", sizeof(option_txt)); #endif - LogDebug(" *** %d: %d = %s", Idx, options, option_txt); return option_txt; } /* Option_String */ |