I deleted the following from single.project.php
<?php
$thumb = ”;
$width = (int) apply_filters( ‘et_pb_portfolio_single_image_width’, 1080 );
$height = (int) apply_filters( ‘et_pb_portfolio_single_image_height’, 9999 );
$classtext = ‘et_featured_image’;
$titletext = get_the_title();
$thumbnail = get_thumbnail( $width, $height, $classtext, $titletext, $titletext, false, ‘Projectimage’ );
$thumb = $thumbnail[“thumb”];
$page_layout = get_post_meta( get_the_ID(), ‘_et_pb_page_layout’, true );
if ( ” !== $thumb )
print_thumbnail( $thumb, $thumbnail[“use_timthumb”], $titletext, $width, $height );
?>
<?php endif; ?>