removed debug stuff
This commit is contained in:
parent
07b043c159
commit
5f55bb9b0d
3 changed files with 4 additions and 8 deletions
|
@ -146,10 +146,9 @@ function(Core, APICalls, HostApp, URI) {
|
|||
|
||||
if (!this.reload_blocked) {
|
||||
this.reload_blocked = true;
|
||||
|
||||
debug(url)
|
||||
|
||||
APICalls.get(url, { callback: function(resp) {
|
||||
debug(resp.responseText)
|
||||
|
||||
those.reload_blocked = false;
|
||||
|
||||
|
|
Reference in a new issue