Skip to content

Commit

Permalink
Remove TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 29, 2014
1 parent 958f145 commit c43e62d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Template/Element/exception_stack_trace.ctp
Expand Up @@ -22,7 +22,6 @@ foreach ($error->getTrace() as $i => $stack):
$excerpt = $params = [];

if (isset($stack['file']) && isset($stack['line'])):
// TODO add line numbers
$excerpt = Debugger::excerpt($stack['file'], $stack['line'] - 1, 2);
endif;

Expand Down

0 comments on commit c43e62d

Please sign in to comment.