Commit b4e21d68 authored by Evren Kutar's avatar Evren Kutar

clear debugger

parent 35031bf8
......@@ -38,7 +38,6 @@ auth.controller('LoginCtrl', function ($scope, $q, $timeout, $routeParams, Gener
LoginService.login($scope.url, $scope.model)
.error(function(data){
$scope.message = data.title;
debugger;
})
}
else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment