From 80144c63f04e798b10a966402f235d236e3e540f Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 08 Feb 2005 23:00:37 +0000 Subject: Remove the debug output of the ConfigCache --- (limited to 'library') diff --git a/library/config.cpp b/library/config.cpp index e9cae4c..72bd4d2 100644 --- a/library/config.cpp +++ b/library/config.cpp @@ -147,7 +147,6 @@ void ConfigCache::removeLru() { (*it).used.tv_usec < (*lru).used.tv_usec)) lru = it; - qWarning( "Removing item" ); m_totalSize -= (*lru).size; m_cached.remove(lru); } -- cgit v0.9.0.2