mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Cleaned up logs
This commit is contained in:
@@ -201,7 +201,6 @@ function get_list_ajax() {
|
||||
}
|
||||
},
|
||||
error: function(response) {
|
||||
console.log(response);
|
||||
response = JSON.parse(response);
|
||||
if(response.status == 403) {
|
||||
start_auth();
|
||||
|
||||
Reference in New Issue
Block a user