src/hbcore/effects/hbeffectblur.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
--- a/src/hbcore/effects/hbeffectblur.cpp	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbcore/effects/hbeffectblur.cpp	Mon May 03 12:48:33 2010 +0300
@@ -129,19 +129,6 @@
         if (mAnimationO) {
             mVgBlur->setOpacity(qVariantValue<qreal>(mAnimationO->currentValue()));
         }
-
-#if 0 // Enable for debugging parameters given to the openVG filter
-        QString opacityString;
-        if (mAnimationO) {
-            opacityString.setNum(qVariantValue<qreal>(mAnimationO->currentValue()));
-        }
-        else {
-            opacityString = "N/A";
-        }
-
-        qDebug() << "HbEffectBlur: Updating filter with radius = (" << blurRadius.x() << "," << blurRadius.y()
-                 << ") - Opacity =" << opacityString;
-#endif
     }
 }