removed all alerts
This commit is contained in:
parent
b138887371
commit
b6c94f23de
5 changed files with 6 additions and 75 deletions
|
@ -81,8 +81,7 @@ function(Core, Paths, HostApp, URI) {
|
|||
those.newStatus(json);
|
||||
|
||||
} catch (e) {
|
||||
//alert(resp.responseText);
|
||||
alert(url + " JSON parse error");
|
||||
console.error(url + " JSON parse error");
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue