From 725720508887a75b06f34ffb1b532ecd30c080e2 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 13 Feb 2018 11:49:06 +1300 Subject: [PATCH] Remove clocks printf debugging --- .config/awesome/rc.lua | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.2