From 9a8afe2798a25dd9a7a26aef73e23c802bced658 Mon Sep 17 00:00:00 2001 From: Nick Krecklow Date: Mon, 11 May 2020 19:26:44 -0500 Subject: [PATCH] inline redraw function --- assets/js/servers.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/js/servers.js b/assets/js/servers.js index bacf702..2fee655 100644 --- a/assets/js/servers.js +++ b/assets/js/servers.js @@ -180,10 +180,6 @@ export class ServerRegistration { } } - this.redraw() - } - - redraw () { // Redraw the plot instance this._plotInstance.setData(this._graphData) }