RooTrait.php
[Pman.Core] / RooTrait.php
index 69a8355..3a298ef 100644 (file)
@@ -159,8 +159,6 @@ trait Pman_Core_RooTrait {
             'distinct' => $distinct
         ));
         
-        print_R($do);exit;
-        
         $this->countWhat = $ret['count'];
         $this->cols = $ret['cols'];
         $this->colsJname = $ret['join_names'];