Solved it myself. Navigated to:
/public_html/wp-content/themes/hueman/parts/single-author-date.php
Removed the following code:
· <?php _e('Updated', 'hueman'); ?> <time class="updated" datetime="<?php the_modified_date( get_option('date_format') ); ?>"><?php the_modified_date( get_option('date_format') ); ?></time>