Skip to content

Commit a83d28a

Browse files
committed
remove preloading test
1 parent 9f023bc commit a83d28a

File tree

2 files changed

+1
-72
lines changed

2 files changed

+1
-72
lines changed

inc/api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public function request( $path, $method = 'GET', $params = [], $extra_headers =
152152
$headers = [
153153
'Optml-Site' => get_home_url(),
154154
];
155+
update_option( 'optimole_wp_logger_flag', 'yes' );
155156
if ( ! empty( $this->api_key ) ) {
156157
$headers['Authorization'] = 'Bearer ' . $this->api_key;
157158
}

tests/test-preloading.php

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)