fix: remove `error_log`
This commit is contained in:
parent
9463ee1c36
commit
1bc5c4f2c2
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue