From: martin f. krafft Date: Mon, 12 Feb 2018 22:49:06 +0000 (+1300) Subject: Remove clocks printf debugging X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/725720508887a75b06f34ffb1b532ecd30c080e2 Remove clocks printf debugging --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index cdec818..811b91e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -211,8 +211,6 @@ ZONES = { now = luatz.time_in(nil) for c, tz in sorted_pairs(ZONES) do t = luatz.time_in(tz) - print (c) - print (os.difftime(t, now)) if math.abs(os.difftime(t, now)) > 10 then local widget = wibox.widget.textclock(c .. ": %H:%M (%a)", 60, tz) table.insert(clocks, spacer)