Removal of debugging information

This commit is contained in:
Vyacheslav Agafonov
2011-12-01 19:39:40 +04:00
parent fb127900e1
commit 417c58d20a

View File

@ -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;
} }