Remove debug logging

This commit is contained in:
Jeremy Dormitzer 2018-11-03 14:34:00 -04:00
parent 49f94816b6
commit 47ef0ed10f

View File

@ -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()}"