Skip to content
Snippets Groups Projects
Commit ae26e0d2 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

turn off some debugging

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1486 44740490-163a-0410-bde0-09ae8108e29a
parent d4991b40
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment