Cleaned up logs

This commit is contained in:
Kasper Rynning-Tønnesen
2018-05-04 21:19:10 +02:00
parent 1a170c6509
commit 54a42548cf
11 changed files with 40 additions and 176 deletions

View File

@@ -201,7 +201,6 @@ function get_list_ajax() {
}
},
error: function(response) {
console.log(response);
response = JSON.parse(response);
if(response.status == 403) {
start_auth();