Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
klaernie committed Apr 2, 2023
1 parent 0d4c93f commit 6cfe099
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions MMM-GrafanaChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,7 @@ Module.register("MMM-GrafanaChart", {
}, nextLoad);
},
updateFrame: function() {
if (this.config.url === "") {
Log.error("Tried to refresh, iFrameReload URL not set!");
return;
}
Log.info("attempting to update dom for iFrameReload");
Log.info('/"this/" module is: ' + this);
this.updateDom(1000);
this.scheduleUpdate(this.config.refreshInterval);
}
Expand Down

0 comments on commit 6cfe099

Please sign in to comment.