From ae26e0d24ba0a6f0ef2acecec15f8fba5987a4fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 4 May 2009 13:41:12 +0000
Subject: [PATCH] turn off some debugging

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1486 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/statistics/lib/Graph/GoogleCharts.php | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/modules/statistics/lib/Graph/GoogleCharts.php b/modules/statistics/lib/Graph/GoogleCharts.php
index 561dc2eda..4eec87d59 100644
--- a/modules/statistics/lib/Graph/GoogleCharts.php
+++ b/modules/statistics/lib/Graph/GoogleCharts.php
@@ -92,11 +92,7 @@ class sspmod_statistics_Graph_GoogleCharts {
 	
 	public function showPie($axis, $datasets) {
 		
-		// echo('<pre>axis:');
-		// print_r($axis);
-		// print_r($datasets);
 
-		
 		$url = 'http://chart.apis.google.com/chart?' .
 
 			// Dimension of graph. Default is 800x350
@@ -109,8 +105,7 @@ class sspmod_statistics_Graph_GoogleCharts {
 			'&cht=p' .
 
 			'&chl=' . $this->encodeaxis($axis);
-		echo $url;
-		#	exit;
+
 		return $url;
 	}
 	
-- 
GitLab