From c0c5f7a784540b2f5b4e1ea2dca8dff20ae3717c Mon Sep 17 00:00:00 2001 From: "liukmqd@gmail.com" Date: Mon, 2 May 2011 03:14:00 +0000 Subject: [PATCH] - delete code for revert --- module/tree/control.php | 2 -- 1 file changed, 2 deletions(-) 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'); }