]> git.mxchange.org Git - core.git/commitdiff
:( Had forgotten to comment it out ...
authorRoland Häder <roland@mxchange.org>
Fri, 17 Aug 2012 20:17:51 +0000 (20:17 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 17 Aug 2012 20:17:51 +0000 (20:17 +0000)
inc/classes/main/criteria/class_BaseCriteria.php

index 549346f8a8d639d539fe69566b03c1f92324e17b..32060209d738f6a5b34fc90b1e7639ced0f153ad 100644 (file)
@@ -81,7 +81,7 @@ class BaseCriteria extends BaseFrameworkSystem {
        public final function addCriteria ($criteriaKey, $criteriaValue) {
                // Debug message
                if (strpos($criteriaKey, 'my-') !== false) $this->debugBackTrace('criteriaKey=' . $criteriaKey);
-               /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CRITERIA: criteriaKey=' . $criteriaKey . ',criteriaValue=' . $criteriaValue);
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__)->debugOutput('CRITERIA: criteriaKey=' . $criteriaKey . ',criteriaValue=' . $criteriaValue);
 
                // Add it
                $this->criteria[$this->convertDashesToUnderscores($criteriaKey)] = (string)$criteriaValue;