Pman/Roo.php
authoredward <edward@roojs.com>
Wed, 31 May 2017 06:00:13 +0000 (14:00 +0800)
committeredward <edward@roojs.com>
Wed, 31 May 2017 06:00:13 +0000 (14:00 +0800)
Pman/Roo.php

index 3404a69..7b8f4c9 100644 (file)
@@ -1288,7 +1288,6 @@ class Pman_Roo extends Pman
           
         $excludecolumns[] = 'passwd'; // we never expose passwords
        
-        print_R($do);exit;
         $ret = $do->autoJoin(array(
             'include' => $onlycolumns,
             'exclude' => $excludecolumns,