diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php
index 40a86e9813c8b74186287251424876137d14ae95..45a8d23c939b9348f2deb0fd5f69ecb22133b215 100644
--- a/core/lostpassword/controller/lostcontroller.php
+++ b/core/lostpassword/controller/lostcontroller.php
@@ -129,7 +129,6 @@ class LostController extends Controller {
 		}
 		
 		$link = $this->getLink('core.lost.resetform', $user, $token);
-		echo $link;
 		$tmpl = new \OC_Template('core/lostpassword', 'email');
 		$tmpl->assign('link', $link, false);
 		$msg = $tmpl->fetchPage();