diff options
| author | 2007-03-10 17:58:06 +0000 | |
|---|---|---|
| committer | 2007-03-10 17:58:06 +0000 | |
| commit | 80ec0564ec7feacba2bcb6cd1944e74fe4be88ec (patch) | |
| tree | e7df3c95b0f1f7214fd767205c73b93d2e4145f5 /src/modules | |
| parent | Remove debug code left in here (diff) | |
| download | inspircd++-80ec0564ec7feacba2bcb6cd1944e74fe4be88ec.tar.gz inspircd++-80ec0564ec7feacba2bcb6cd1944e74fe4be88ec.tar.bz2 inspircd++-80ec0564ec7feacba2bcb6cd1944e74fe4be88ec.zip | |
Remove yet more debug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6647 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_conn_waitpong.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_conn_waitpong.cpp b/src/modules/m_conn_waitpong.cpp index 4d9cd4e18..1c2632125 100644 --- a/src/modules/m_conn_waitpong.cpp +++ b/src/modules/m_conn_waitpong.cpp @@ -86,7 +86,6 @@ class ModuleWaitPong : public Module if(pingrpl) { - ServerInstance->Log(DEBUG,"PONG command - has extend"); if(strcmp(pingrpl, parameters[0]) == 0) { DELETE(pingrpl); |
