Bug 2977 - Error when coding Eclipse Newsletter locally

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/content/thankyou/newsletter.tpl.php b/content/thankyou/newsletter.tpl.php
index c461630..b99f615 100644
--- a/content/thankyou/newsletter.tpl.php
+++ b/content/thankyou/newsletter.tpl.php
@@ -13,10 +13,6 @@
   // Record Stats
   $App->AddExtraHtmlHeader('<link href="https://fonts.googleapis.com/css?family=Lato:300,400" rel="stylesheet">');
   $App->AddExtraHtmlHeader('<link rel="stylesheet" href="/downloads/assets/public/stylesheets/thankyou.min.css"/>');
-  require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/classes/friends/payment.class.php");
-  if (!isset($Payment)) {
-    $Payment = new Paypal();
-  }
 ?>
 <div class="container-thankyou">
   <?php if (isset($title_1) && isset($title_2) && isset($download_link)):?>