Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-03-14 17:40:45 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-03-14 17:40:45 +0400
commitf7cdf84f4d3efc8b7738eb2be4dd192d3bc56c20 (patch)
tree249290985571f41cb940330a7e156797ac50c360 /plugins/CustomVariables
parent3391540caab955f7b94301f3e8910d8d2ddf3baa (diff)
Remove commented debug code/var_dumps in plugins/
Diffstat (limited to 'plugins/CustomVariables')
-rw-r--r--plugins/CustomVariables/CustomVariables.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/CustomVariables/CustomVariables.php b/plugins/CustomVariables/CustomVariables.php
index 08efe2c228..3bf3d184c1 100644
--- a/plugins/CustomVariables/CustomVariables.php
+++ b/plugins/CustomVariables/CustomVariables.php
@@ -292,9 +292,6 @@ class Piwik_CustomVariables extends Piwik_Plugin
}
$archiveProcessing->enrichConversionsByLabelArray($this->interestByCustomVariables);
$archiveProcessing->enrichConversionsByLabelArrayHasTwoLevels($this->interestByCustomVariablesAndValue);
-
- // var_dump($this->interestByCustomVariables);
- //var_dump($this->interestByCustomVariablesAndValue);
}
protected function cleanCustomVarValue($value)