remove prints

This commit is contained in:
Dana Jansens 2003-02-04 02:59:50 +00:00
parent a765df7fa6
commit 981876ca64

View file

@ -90,11 +90,8 @@ def _focused(data):
global _doing_stacked global _doing_stacked
global _cyc_w global _cyc_w
print "FOCUSED " + str(data.client)
if data.client: if data.client:
if not _doing_stacked: # only move the window when we're not cycling if not _doing_stacked: # only move the window when we're not cycling
print "HI"
win = data.client.window() win = data.client.window()
# move it to the top # move it to the top
_clients.remove(win) _clients.remove(win)