Remove debug output

This commit is contained in:
Victor Dubiniuk 2014-06-03 18:47:09 +03:00 committed by Morris Jobke
parent 4b359ad20c
commit 47c6fd0c85
1 changed files with 0 additions and 1 deletions

View File

@ -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();