Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Jul 12, 2024
1 parent d30b8b0 commit c5dd746
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions includes/admin/class-rop-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,6 @@ private function add_account_vk( $data ) {
* @return array
*/
private function add_account_webhook( $data ) {
error_log( 'webhook data: ' . print_r( $data, true ) );
$services = array();
$webhook_service = new Rop_Webhook_Service();
$model = new Rop_Services_Model();
Expand Down Expand Up @@ -1387,8 +1386,6 @@ private function add_account_webhook( $data ) {
* @return array
*/
private function edit_account_webhook( $data ) {
error_log( 'edit webhook data: ' . print_r( $data, true ) );
$services = array();
$webhook_service = new Rop_Webhook_Service();
$model = new Rop_Services_Model();

Expand Down

0 comments on commit c5dd746

Please sign in to comment.