Skip to content

Commit e29a11a

Browse files
committed
remove error log
1 parent e697773 commit e29a11a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/block/video-popup/index.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ public function render_block_video_popup_schema( $block_content, $block ) {
7272
$description = isset( $attributes[ 'videoDescription' ] ) ? $attributes[ 'videoDescription' ] : '';
7373
$content_url = isset( $attributes[ 'videoLink' ] ) ? $attributes[ 'videoLink' ] : '';
7474

75-
error_log( $upload_date );
76-
7775
$video_schema[ 'name' ] = esc_attr( $name );
7876
$video_schema[ 'description' ] = esc_attr( $description );
7977
$video_schema[ 'uploadDate' ] = esc_attr( $upload_date );

0 commit comments

Comments
 (0)