summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-02-25 17:05:32 +0100
committerAnton Khirnov <anton@khirnov.net>2021-02-25 17:05:53 +0100
commit3620bcb89d252a55d73b51d13f95d9f572c3da82 (patch)
treea75796294f9cdef762d91672f80098343413edfe /rc.lua
parent34ae3a00fa69b7c4a030ce00aafe8ff9e26bfc60 (diff)
Remove debugging prints.
This functionality now works well enough, so they should not be necessarily anymore.
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index 01f02fe..0dfd276 100644
--- a/rc.lua
+++ b/rc.lua
@@ -93,7 +93,6 @@ for s in screen do
wsp.signals:connect_signal("desktop:view",
function(signals, view_screen, desktop)
- print("desktop:view " .. desktop .. " on " .. view_screen.index)
if view_screen == s then
pgr:set_desktop(wsp.desktops[desktop])
end