From 863de80b000a282fc4a483db0d70f5300a3061d8 Mon Sep 17 00:00:00 2001 From: PeyserB <63269689+PeyserB@users.noreply.github.com> Date: Tue, 15 Sep 2020 11:25:41 -0400 Subject: [PATCH] Remove log.debug() in buildData() I'm constantly getting a debug "2" in the log from this app. It's coming from log.debug(graph_timespan); on line 358, so I've commented that line. I don't think it's needed. --- hubigraph_range_bar.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubigraph_range_bar.groovy b/hubigraph_range_bar.groovy index cfe3a97..acc9b73 100644 --- a/hubigraph_range_bar.groovy +++ b/hubigraph_range_bar.groovy @@ -355,7 +355,7 @@ def buildData() { def now = new Date(); def then = new Date(); - log.debug(graph_timespan); + //log.debug(graph_timespan); switch (graph_timespan){ case "0": //"Live": break;