Skip to content

Commit 7112d8b

Browse files
committed
remove redundant error log
1 parent 5ba26e0 commit 7112d8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/lazyload_replacer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ public function get_svg_for( $width, $height, $url = null ) {
524524
$filepath = WP_CONTENT_DIR . $filepath;
525525
if ( is_file( $filepath ) ) {
526526
$sizes = getimagesize( $filepath );
527-
error_log( 'get_svg_for: ' . var_export( $sizes, true ) . ' ' . $url );
528527
wp_cache_add( $key, [ $sizes[0], $sizes[1] ], 'optml_sources', DAY_IN_SECONDS );
529528
}
530529
}

0 commit comments

Comments
 (0)