From 0a9fdb404d4142f041c8963525297f0f84997500 Mon Sep 17 00:00:00 2001 From: prozacx Date: Mon, 20 Mar 2006 02:48:10 +0000 Subject: [PATCH] Removed call to ListSockets() that was left over from debugging git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@706 726aef4b-f618-498e-8847-2d620e286838 --- modules/imapauth.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/imapauth.cpp b/modules/imapauth.cpp index 220c96cf..1d8ac628 100644 --- a/modules/imapauth.cpp +++ b/modules/imapauth.cpp @@ -97,7 +97,6 @@ public: } virtual void OnModCommand(const CString& sLine) { - ListSockets(); } void CacheLogin(const CString& sLogin) {