SVN commit 1198528 by adawit: Commented out a qDebug statement M +1 -1 http_cache_cleaner.cpp --- trunk/KDE/kdelibs/kioslave/http/http_cache_cleaner.cpp #1198527:1198528 @@ -789,7 +789,7 @@ QTime t; t.start(); cacheDir.refresh(); - qDebug() << "time to refresh the cacheDir QDir:" << t.elapsed(); + //qDebug() << "time to refresh the cacheDir QDir:" << t.elapsed(); CacheCleaner cleaner(cacheDir); while (!cleaner.processSlice()) { } return 0;