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) {