Skip to content
Snippets Groups Projects
Commit 4c47c84f authored by Allen Gilliland's avatar Allen Gilliland
Browse files

remove stray logging statement.

parent c6d4710e
Branches
Tags
No related merge requests found
......@@ -88,7 +88,6 @@ AuthControllers.controller('ForgotPassword', ['$scope', '$cookies', '$location',
Session.forgot_password({
'email': email
}, function (result) {
console.log(result);
$scope.sentNotification = true;
}, function (error) {
$scope.$broadcast("form:api-error", error);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment