diff options
| author | 2007-01-17 21:14:26 +0000 | |
|---|---|---|
| committer | 2007-01-17 21:14:26 +0000 | |
| commit | 76bf72f8c2c5b1524bf20a523fe1cf0d79d29742 (patch) | |
| tree | e7f29c14b8d0b6c5ea3e76a3c450eff1446abc0a /src/modules/m_httpd_stats.cpp | |
| parent | Remove/fix unused variable warning (diff) | |
| download | inspircd++-76bf72f8c2c5b1524bf20a523fe1cf0d79d29742.tar.gz inspircd++-76bf72f8c2c5b1524bf20a523fe1cf0d79d29742.tar.bz2 inspircd++-76bf72f8c2c5b1524bf20a523fe1cf0d79d29742.zip | |
Mass comment removal.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6367 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
| -rw-r--r-- | src/modules/m_httpd_stats.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index eb9933ecc..961885677 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -164,8 +164,6 @@ class ModuleHttpStats : public Module HTTPDocument response(http->sock, &data, 200, "X-Powered-By: m_http_stats.so\r\nContent-Type: text/html; charset=iso-8859-1\r\n"); Request req((char*)&response, (Module*)this, event->GetSource()); req.Send(); - - ServerInstance->Log(DEBUG,"Sent"); } } } |
