From: martin f. krafft <madduck@madduck.net>
Date: Mon, 30 Jan 2017 03:17:54 +0000 (+1300)
Subject: remove debug output
X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/1a9bd4fcab6b2384f871172de357fc0b21014dbd?ds=sidebyside

remove debug output
---

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