RooTrait.php
authoredward <edward@roojs.com>
Thu, 31 Mar 2016 02:35:04 +0000 (10:35 +0800)
committeredward <edward@roojs.com>
Thu, 31 Mar 2016 02:35:04 +0000 (10:35 +0800)
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'];