removed debug logging
This commit is contained in:
parent
6e998765c6
commit
468cb253e9
1 changed files with 0 additions and 2 deletions
|
@ -83,10 +83,8 @@ app.controller('MailboxController', ["$interval", "$http", "$log", function ($in
|
|||
};
|
||||
|
||||
self.loadEmailsAsync = function (username) {
|
||||
$log.debug("updating mails for ", username);
|
||||
$http.get(backend_url, {params: {username: username}})
|
||||
.then(function successCallback(response) {
|
||||
$log.debug("received mails for ", username);
|
||||
if (response.data.mails) {
|
||||
self.error = null;
|
||||
self.mails = response.data.mails;
|
||||
|
|
Loading…
Reference in a new issue