Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit 50f98cc

Browse files
author
Allen Snook
committed
Remove stray error_log
1 parent cf0f678 commit 50f98cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hotfixes/wc-api-dev-jetpack-hotfixes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
function wc_api_dev_jetpack_sync_sender_should_load( $sender_should_load ) {
3030
$trigger_strings = array( '/wp-json/wc/v', '/?rest_route=%2Fwc%2Fv' );
3131

32-
error_log( $_SERVER[ 'REQUEST_URI' ] );
3332
foreach( $trigger_strings as $trigger_string ) {
3433
if ( $trigger_string === substr( $_SERVER[ 'REQUEST_URI' ], 0, strlen( $trigger_string ) ) ) {
3534
$sender_should_load = false;

0 commit comments

Comments
 (0)