diff --git a/src/block/video-popup/index.php b/src/block/video-popup/index.php index 6b390d8de3..98b450c4cc 100644 --- a/src/block/video-popup/index.php +++ b/src/block/video-popup/index.php @@ -72,8 +72,6 @@ public function render_block_video_popup_schema( $block_content, $block ) { $description = isset( $attributes[ 'videoDescription' ] ) ? $attributes[ 'videoDescription' ] : ''; $content_url = isset( $attributes[ 'videoLink' ] ) ? $attributes[ 'videoLink' ] : ''; - error_log( $upload_date ); - $video_schema[ 'name' ] = esc_attr( $name ); $video_schema[ 'description' ] = esc_attr( $description ); $video_schema[ 'uploadDate' ] = esc_attr( $upload_date );