Remove duplicate image from newsletter recents

Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/eclipse_newsletter/content/en_index.php b/eclipse_newsletter/content/en_index.php
index eb840d5..fd1b53a 100644
--- a/eclipse_newsletter/content/en_index.php
+++ b/eclipse_newsletter/content/en_index.php
@@ -100,9 +100,6 @@
                 <?php print '<span class="item-description">' . (!empty($newsletter['description']) ? $newsletter['description'] : "") . '</span>';?>
               </span>
             </a>
-            <div class="centered-item">
-              <img class="img-responsive" src="<?php print $newsletter['imageurl']?>" alt="<?php print $newsletter['title']?>">
-            </div>
           </div>
         </div>
       <?php endforeach; ?>