Removed some test code

This commit is contained in:
Michael Vogel
2016-01-15 23:32:13 +01:00
parent 90a8d6f0f5
commit 092c2e5433
3 changed files with 5 additions and 13 deletions

View File

@@ -1042,9 +1042,6 @@ class App {
$function = implode(", ", $function);
//$last = array_pop($trace);
//$function = $last["function"];
$this->callstack[$value][$function] += (float)$duration;
}