We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba26e0 commit 7112d8bCopy full SHA for 7112d8b
1 file changed
inc/lazyload_replacer.php
@@ -524,7 +524,6 @@ public function get_svg_for( $width, $height, $url = null ) {
524
$filepath = WP_CONTENT_DIR . $filepath;
525
if ( is_file( $filepath ) ) {
526
$sizes = getimagesize( $filepath );
527
- error_log( 'get_svg_for: ' . var_export( $sizes, true ) . ' ' . $url );
528
wp_cache_add( $key, [ $sizes[0], $sizes[1] ], 'optml_sources', DAY_IN_SECONDS );
529
}
530
0 commit comments