Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbitron committed Mar 9, 2015
1 parent 43da8f9 commit fe54c34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Baun.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ protected function setupRoutes()
$files = $this->getFiles($this->config->get('app.content_path'), $this->config->get('app.content_extension'));
$this->events->emit('baun.getFiles', $files);

echo '<pre>'.print_r($this->router->currentUri(),true).'</pre>';
$navigation = $this->filesToNav($files, $this->router->currentUri());
$this->events->emit('baun.filesToNav', $navigation);
$this->theme->custom('baun_nav', $navigation);
Expand Down

0 comments on commit fe54c34

Please sign in to comment.