diff --git a/Database/Base/BaseActiveRecord.php b/Database/Base/BaseActiveRecord.php index d3e298b5..1dcb3068 100644 --- a/Database/Base/BaseActiveRecord.php +++ b/Database/Base/BaseActiveRecord.php @@ -585,9 +585,6 @@ abstract class BaseActiveRecord extends Component implements IOrm, ArrayAccess $condition[$key] = $val; } } - - var_dump($this->_oldAttributes, $this->_attributes); - return [$_tmp, $condition, array_keys($_tmp)]; }