From 47c6fd0c855bf173e2ebc04a1552c8d8fb6bfb09 Mon Sep 17 00:00:00 2001
From: Victor Dubiniuk <victor.dubiniuk@gmail.com>
Date: Tue, 3 Jun 2014 18:47:09 +0300
Subject: [PATCH] Remove debug output

---
 core/lostpassword/controller/lostcontroller.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php
index 40a86e9813..45a8d23c93 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();
-- 
GitLab