diff --git a/public/js/icinga/loader.js b/public/js/icinga/loader.js index fdcc59898..38f3c442c 100644 --- a/public/js/icinga/loader.js +++ b/public/js/icinga/loader.js @@ -143,7 +143,6 @@ req.url = url; req.done(this.onResponse); req.fail(this.onFailure); - //req.complete(this.onComplete); req.autorefresh = autorefresh; req.method = method; req.action = action;