commit | fbfd49048480a39a0188787ab526de225e1a1c35 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Wed Jan 30 18:41:21 2019 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Wed Jan 30 18:42:02 2019 +0000 |
tree | 487fe6bafffc9ca41e483211a6962a91c1cb87da | |
parent | 433d835809aea381e9229752c3c7b18ac06d5341 [diff] |
Remove console.log which was left for testing Change-Id: I23491f917e9610f8437dff3af779cb12d73321ad
diff --git a/src/main/resources/static/zuul-status-view.js b/src/main/resources/static/zuul-status-view.js index 3ed6f1c..7ec2c4c 100644 --- a/src/main/resources/static/zuul-status-view.js +++ b/src/main/resources/static/zuul-status-view.js
@@ -102,7 +102,6 @@ async _update() { try { const response = await this.getZuulStatus(this.change, this.revision); - console.log(response); this._response = response; this._updateIntervalMs = DEFAULT_UPDATE_INTERVAL_MS; } catch (err) {