diff --git a/openbox/focus.c b/openbox/focus.c index 16ab571e..c95111fb 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -196,8 +196,6 @@ void focus_fallback(ObFocusFallbackType type) trans = TRUE; } - g_message("trans %d", trans); - /* try for transient relations */ if (trans) { if (old->transient_for == OB_TRAN_GROUP) {