My posts were migrate from a joomla site.
Joomla had its excerpts generated and contained an image.
So my solution to the problem was a database update, set the post_excerpt column in wp_posts table to ” (aka empty).
sql command: update wp_posts set post_excerpt=”;
Have a good day!