X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/2a99a49807e31867e3b80d05510bc51fb0c7cee1..1a9bd4fcab6b2384f871172de357fc0b21014dbd:/.config/awesome/rc.lua 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