Skip to content

Commit 9f2ea12

Browse files
committed
remove logging in page-cache dropin #154
1 parent 594f743 commit 9f2ea12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/dropins/page-cache.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ function powered_cache_page_buffer( $buffer, $flags ) {
224224
// maybe we shouldn't cache template file has this constant
225225
// dont check DONOTCACHEPAGE strictly some plugins define string instead bool flag
226226
if ( defined( 'DONOTCACHEPAGE' ) && DONOTCACHEPAGE ) {
227-
\PoweredCache\Utils\log( sprintf( 'DONOTCACHEPAGE DEFINED on %s', $_SERVER['REQUEST_URI'] ) );
228227
powered_cache_add_cache_miss_header( "DONOTCACHEPAGE defined" );
229228

230229
return $buffer;

0 commit comments

Comments
 (0)