From f1accd0eba6ab8487d0de9285fb362749fe3a005 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Fri, 17 Oct 2008 23:41:13 +0000 Subject: [PATCH] ok, don't need this shouting all the time anymore svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=872725 --- svg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svg.cpp b/svg.cpp index 07734d541..3a50a4c66 100644 --- a/svg.cpp +++ b/svg.cpp @@ -206,9 +206,9 @@ class SvgPrivate path = Plasma::Theme::defaultTheme()->imagePath(themePath); } - kDebug() << "********************************"; - kDebug() << "FAIL! **************************"; - kDebug() << path << "**"; + //kDebug() << "********************************"; + //kDebug() << "FAIL! **************************"; + //kDebug() << path << "**"; QHash::const_iterator it = s_renderers.find(path);