From abd371b120272b85b86269a326513248a8a8f182 Mon Sep 17 00:00:00 2001 From: mattpiwik Date: Wed, 24 Oct 2012 04:45:24 +0000 Subject: Without debug statement please Refs #3453 git-svn-id: http://dev.piwik.org/svn/trunk@7294 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- core/RankingQuery.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/RankingQuery.php') diff --git a/core/RankingQuery.php b/core/RankingQuery.php index df4ca44cf9..91f9a9ae97 100644 --- a/core/RankingQuery.php +++ b/core/RankingQuery.php @@ -351,8 +351,6 @@ class Piwik_RankingQuery FROM ( $withCounter ) AS withCounter GROUP BY $groupBy "; - - var_dump($groupOthers); return $groupOthers; } -- cgit v1.2.3