Removal of debugging information
This commit is contained in:
@ -221,18 +221,6 @@ abstract class Model
|
|||||||
$cache_key->set($result);
|
$cache_key->set($result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// $debug = __CLASS__;
|
|
||||||
$debug = get_class($this->query($sql, $params));
|
|
||||||
|
|
||||||
|
|
||||||
// $debug = get_class_methods($this->query($sql, $params));
|
|
||||||
|
|
||||||
//$result = print_r($debug, true);
|
|
||||||
|
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user