Why is the post title and content automatically being displayed in the post thumbnail (Featured image)?

Something like:

<?php
//Get the Thumbnail URL
$src = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), array( 720,405 ), false, '' );
echo $src[0];
?>