removed debug stuff

This commit is contained in:
jeena 2013-09-01 15:07:01 +02:00
parent 07b043c159
commit 5f55bb9b0d
3 changed files with 4 additions and 8 deletions

View file

@ -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;