I found it in the file “content.php” theme
remove the code
<?php
/* translators: used between list items, there is a space after the comma */
$tags_list = get_the_tag_list( ”, __( ‘, ‘, ‘catchbox’ ) );
if ( $tags_list ):
if ( $show_sep ) : ?>
<span class=”sep”> | </span>
<?php endif; // End if $show_sep ?>
<span class=”tag-links”>
<?php printf( __( ‘<span class=”%1$s”>Tagged</span> %2$s’, ‘catchbox’ ), ‘entry-utility-prep entry-utility-prep-tag-links’, $tags_list );
$show_sep = true; ?>
</span>
<?php endif; // End if $tags_list ?>
do you think there will be an impact elsewhere