Unwanted edit link on front page

It’s common for themes to add an Edit link on every post, if you are logged in and have the privilege to edit the post.

It’s added via get_edit_post_link() function, which appears only when you are logged in.

There’s nothing to worry about, it’s actually a good feature.