From: Dana Jansens Date: Tue, 4 Feb 2003 02:59:50 +0000 (+0000) Subject: remove prints X-Git-Tag: openbox-3_0-rc1-RELEASE~2287 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=981876ca647f5d987cb2718adba3ecbc935556da;p=mikachu%2Fopenbox.git remove prints --- diff --git a/scripts/focus.py b/scripts/focus.py index 4ac22183..6bb64992 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -90,11 +90,8 @@ def _focused(data): global _doing_stacked global _cyc_w - print "FOCUSED " + str(data.client) - if data.client: if not _doing_stacked: # only move the window when we're not cycling - print "HI" win = data.client.window() # move it to the top _clients.remove(win)