awful.client: remove debug print() (FS#469)

Shame on me.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-03-12 11:49:25 +01:00
parent dd862007a9
commit e6c7770b33
1 changed files with 0 additions and 1 deletions

View File

@ -382,7 +382,6 @@ function cycle(clockwise, screen)
end
else
for _, rc in pairs(cls) do
print(_)
c:swap(rc)
end
end