remove check

This commit is contained in:
Paul Sealock 2019-02-26 07:59:12 +13:00
parent 0763edaeea
commit bf2561270a
1 changed files with 0 additions and 6 deletions

View File

@ -93,11 +93,5 @@ class WC_Site_Tracking {
call_user_func( $init_method );
}
}
add_filter( 'http_request_args', function( $r, $url ) {
error_log( $r['method'] . ' ' . $url );
return $r;
},10, 2 );
}
}