fix: remove `error_log`

This commit is contained in:
vnmedeiros 2024-04-17 11:45:53 -03:00
parent 9463ee1c36
commit 1bc5c4f2c2
1 changed files with 0 additions and 2 deletions

View File

@ -247,8 +247,6 @@ class Terms extends Repository {
}
public function update( $object, $args = null ) {
error_log( "update:" . json_encode($object) );
error_log( "update-des:" . json_encode($object->get_description()) );
return $this->insert( $object );
}