MINOR SSF-124 remove debug info

This commit is contained in:
Normann Lou 2012-04-05 15:47:41 +12:00
parent f101595921
commit 50e50f712a

View File

@ -524,7 +524,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
* *
* @return SS_List * @return SS_List
*/ */
public function getList() {//return 'haha'; public function getList() {
$list = new DataList($this->stat('tree_class')); $list = new DataList($this->stat('tree_class'));
$request = $this->request; $request = $this->request;