Index: branches/RC/core/kernel/utility/debugger.php =================================================================== diff -u -N -r10592 -r10598 --- branches/RC/core/kernel/utility/debugger.php (.../debugger.php) (revision 10592) +++ branches/RC/core/kernel/utility/debugger.php (.../debugger.php) (revision 10598) @@ -80,7 +80,7 @@ * @var string */ var $baseURL = ''; - + /** * Holds last recorded timestamp (for appendTimestamp) * @@ -896,7 +896,7 @@ list($usec, $sec) = explode(' ', microtime()); return ((float)$usec + (float)$sec); } - + function appendTimestamp($message) { global $start; @@ -975,10 +975,6 @@ $has_more = isset($trace_results[$level]); } while ($has_more && $point['function'] == $trace_results[$level]['function'] ); - if ($location == ':') { - echo ''; - } - if (!isset($this->ProfilePoints[$title])) { $this->ProfilePoints[$title] = array(); }