commented debug information

This commit is contained in:
Rastislav Barlik 2015-11-06 09:18:19 +00:00
parent eeb0c7bd5d
commit 83310705a9
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ function revelation.expose_callback(t, zt, clientlist)
key_char = string.lower(key)
c = hintindex[key_char]
if not zoomed and c ~= nil then
debuginfo(c.screen)
--debuginfo(c.screen)
awful.tag.viewonly(zt[c.screen])
awful.client.toggletag(zt[c.screen], c)
zoomedClient = c