removed unused logs

pull/61/MERGE
13621160019@163.com 2021-08-17 15:24:43 +08:00
parent e898822272
commit fd37fd53aa
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ app.factory('LoginService', function($http) {
}); });
}, },
logout: function(data, headers, callback) { logout: function(data, headers, callback) {
console.log(data);
console.log(headers);
$http.put(getAPI()+'users/logout', {data}, {headers}) $http.put(getAPI()+'users/logout', {data}, {headers})
.then(function (response) { .then(function (response) {
callback(response); callback(response);