summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-06-03 18:47:09 +0300
committerMorris Jobke <hey@morrisjobke.de>2014-06-13 15:34:52 +0200
commit47c6fd0c855bf173e2ebc04a1552c8d8fb6bfb09 (patch)
treeb65996172bac85afdcf2f7a1e3cb8dfc09cd33eb
parent4b359ad20c504caaab737514185863a2af0df53e (diff)
downloadnextcloud-server-47c6fd0c855bf173e2ebc04a1552c8d8fb6bfb09.tar.gz
nextcloud-server-47c6fd0c855bf173e2ebc04a1552c8d8fb6bfb09.zip
Remove debug output
-rw-r--r--core/lostpassword/controller/lostcontroller.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/lostpassword/controller/lostcontroller.php b/core/lostpassword/controller/lostcontroller.php
index 40a86e9813c..45a8d23c939 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();