From d7caba7c6fbef29235bc4c541efa4e56c4b42a1b Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sun, 18 Mar 2007 06:57:48 +0000 Subject: [PATCH] this works, and i know it works, so the debug can go away for now so i can see other potentially important things in the output =) svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=643671 --- svg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svg.cpp b/svg.cpp index 01b482c3a..42671a767 100644 --- a/svg.cpp +++ b/svg.cpp @@ -77,11 +77,11 @@ class Svg::Private .arg( themePath ); if ( QPixmapCache::find( id, p ) ) { - kDebug() << "found cached version of " << id << endl; + //kDebug() << "found cached version of " << id << endl; return; - } else { + }/* else { kDebug() << "didn't find cached version of " << id << ", so re-rendering" << endl; - } + }*/ // we have to re-render this puppy if ( ! renderer ) {