From: martin f. krafft Date: Tue, 17 Sep 2019 06:06:54 +0000 (+0200) Subject: remove debug output X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/6c13f3e1941b89de7603fb130d6db055ad45b362 remove debug output --- 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