summaryrefslogtreecommitdiffstats
path: root/src/axis
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-03-01 16:20:37 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-03-01 16:20:37 +0000
commit104bdf5ae246e3930cfebddbed0c5236058fee80 (patch)
tree3d80240cc03550b801766cfd6a8af1ba7eb83180 /src/axis
parent77f95ac645f623f89330762f055e9599e03a9a5b (diff)
downloadzetacomponents-graph-104bdf5ae246e3930cfebddbed0c5236058fee80.zip
zetacomponents-graph-104bdf5ae246e3930cfebddbed0c5236058fee80.tar.gz
- Removed debug output
Diffstat (limited to 'src/axis')
-rw-r--r--src/axis/labeled.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/axis/labeled.php b/src/axis/labeled.php
index 563076a..9d09ed0 100644
--- a/src/axis/labeled.php
+++ b/src/axis/labeled.php
@@ -259,20 +259,6 @@ class ezcGraphChartElementLabeledAxis extends ezcGraphChartElementAxis
*/
public function getSteps()
{
- if ( $this->steps === null )
- {
- foreach( debug_backtrace() as $call )
- {
- var_dump(
- $call['file'],
- $call['line'],
- $call['function'],
- $call['class'],
- ''
- );
- }
- exit;
- }
return $this->steps;
}
OpenPOWER on IntegriCloud