mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR SSF-124 remove debug info
This commit is contained in:
parent
f101595921
commit
50e50f712a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user