diff --git a/module/tree/control.php b/module/tree/control.php index 1e4eac9a89..ae0abc94d0 100644 --- a/module/tree/control.php +++ b/module/tree/control.php @@ -28,8 +28,6 @@ class tree extends control if(strpos('story|bug|case', $viewType) !== false) { $product = $this->loadModel('product')->getById($rootID); - a($product); - exit; $this->view->root = $product; $this->view->productModules = $this->tree->getOptionMenu($rootID, 'story'); }