Remove debug logging
This commit is contained in:
parent
49f94816b6
commit
47ef0ed10f
@ -151,9 +151,6 @@ function post_activity_to_inboxes( $actor_id, $activity, $recipients ) {
|
||||
'data_format' => 'body',
|
||||
);
|
||||
$response = wp_remote_post( $inbox, $args );
|
||||
$req_str = print_r( $args, true );
|
||||
$res_str = print_r( $response, true );
|
||||
\error_log( "$req_str \n\n $res_str" );
|
||||
if ( is_wp_error( $response ) ) {
|
||||
\error_log(
|
||||
"[Pterotype] Error delivering to $inbox: {$response->get_error_message()}"
|
||||
|
Loading…
Reference in New Issue
Block a user