Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Neuhaus committed Jan 4, 2016
1 parent 4bfea82 commit c8d237a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/Controller/CategoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public function indexAction() {
'',
'sorting'
);
var_dump($where . BackendUtility::BEenableFields('sys_category'));
exit();
$categories = $this->createNestedSet($categories);
$this->view->assign('categories', $categories);
$this->view->assign('token', $_GET['moduleToken']);
Expand Down

0 comments on commit c8d237a

Please sign in to comment.