From 1a9bd4fcab6b2384f871172de357fc0b21014dbd Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 30 Jan 2017 16:17:54 +1300 Subject: [PATCH] remove debug output --- .config/awesome/rc.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 57e70c7..10de966 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -151,7 +151,6 @@ local eth_widget = lain.widgets.abase({ }) local function coindesk_price(output, base, prec) - print(output) local xc, pos, err = dkjson.decode(output, 1, nil) if not prec then prec = 4 end val = (xc and xc["bpi"][base]["rate_float"]) or 0 -- 2.39.2