loader.js: Remove comment

This commit is contained in:
Jennifer Mourek 2019-07-04 12:16:13 +02:00 committed by Johannes Meyer
parent 07586af41f
commit f6a5f952bb
1 changed files with 0 additions and 1 deletions
public/js/icinga

View File

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