From 6c13f3e1941b89de7603fb130d6db055ad45b362 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 17 Sep 2019 08:06:54 +0200 Subject: [PATCH 1/1] remove debug output --- .config/awesome/forex_widgets.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/awesome/forex_widgets.lua b/.config/awesome/forex_widgets.lua index c1a1ee1..66961cd 100644 --- a/.config/awesome/forex_widgets.lua +++ b/.config/awesome/forex_widgets.lua @@ -8,7 +8,6 @@ local widgets = {} local function parse_ecb_rates(output, symbol, prec) local xc, pos, err = dkjson.decode(output, 1, nil) if not prec then prec = 2 end - print (xc["rates"]["NZD"]) val = (xc and xc["rates"][symbol]) or 0 print (val) val = math.floor(val*10^prec+0.5)/10^prec -- 2.39.2