diff options
-rw-r--r-- | src/modules/m_httpd_stats.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index ed1d6a57e..1aef54102 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -88,10 +88,7 @@ class ModuleHttpStats : public Module /* Sorts the hash into the sorted list using an insertion sort */ so->clear(); for (StatsIter a = sh->begin(); a != sh->end(); a++) - { - log(DEBUG, "InsertOrder on %d %s",a->second,a->first.c_str()); InsertOrder(a->first, a->second); - } this->changed = false; } |