From 09112d196582815385b29c29f9151844c67c35f1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 23 Oct 2021 11:44:43 +0200 Subject: remove old debug output --- files/common/openwrt/chrony_prometheus-node-exporter.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'files/common') diff --git a/files/common/openwrt/chrony_prometheus-node-exporter.lua b/files/common/openwrt/chrony_prometheus-node-exporter.lua index bd328622..eeaceb1f 100644 --- a/files/common/openwrt/chrony_prometheus-node-exporter.lua +++ b/files/common/openwrt/chrony_prometheus-node-exporter.lua @@ -72,7 +72,6 @@ local function scrape() metric_peer_reachable(peer_labels, weight(items[6])) end - print("########") local chrony_tracking = get_cmdoutput(chrony_tracking_cmd) for _, line in ipairs(chrony_tracking) do local items = comma_split(line) -- cgit v1.2.3