Hi,
Please open to edit single.php.
Find this code-:
<span class="vcard author"><?php echo sprintf(__('Posted on <span class="date updated">%1$s</span> in %2$s', 'swiftframework'), $post_date, $post_categories); ?></span>
Change to-:
<span class="vcard author"><?php echo sprintf(__('Posted on <span class="date updated">%1$s</span>', 'swiftframework'), $post_date); ?></span>
Hope that should work and let me know your feedback.
Thanks 🙂
With Best Regards
Swift Ideas