From 981876ca647f5d987cb2718adba3ecbc935556da Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 4 Feb 2003 02:59:50 +0000 Subject: [PATCH] remove prints --- scripts/focus.py | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.39.2