From 0b907417dc09c20dacb5f676c26ac7ce380fd9d4 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 11 Jul 2006 20:04:48 +0000 Subject: Removed some debug in the sorting algorithm git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4347 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_httpd_stats.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/modules') 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; } -- cgit v1.2.3