summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-07-28 19:05:28 +0000
committerElijah Newren <newren@src.gnome.org>2005-07-28 19:05:28 +0000
commit20b7ee18efdda3b0d51e5038a9cdf72838011c66 (patch)
tree131453bed6010e33ab9e62892d502cbaf6cf1750 /src
parent731138617247dae682fdca1d60a8961ed258de26 (diff)
downloadmetacity-20b7ee18efdda3b0d51e5038a9cdf72838011c66.tar.gz
remove some unneeded debug spew that was causing crashes. Fixes #311819.
2005-07-28 Elijah Newren <newren@gmail.com> * src/place.c (avoid_being_obscured_as_second_modal_dialog): remove some unneeded debug spew that was causing crashes. Fixes #311819.
Diffstat (limited to 'src')
-rw-r--r--src/place.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/place.c b/src/place.c
index d042026e..5bfd954f 100644
--- a/src/place.c
+++ b/src/place.c
@@ -369,20 +369,6 @@ avoid_being_obscured_as_second_modal_dialog (MetaWindow *window,
"focus window\n",
window->desc);
}
-
- meta_topic (META_DEBUG_PLACEMENT,
- "Status:\n"
- " denied focus: %d\n"
- " modal: %d\n"
- " same app: %d\n"
- " overlaps %d\n",
- window->denied_focus_and_not_transient,
- window->wm_state_modal,
- meta_window_same_application (window, focus_window),
- meta_rectangle_intersect (&window->rect,
- &focus_window->rect,
- &overlap)
- );
}
static int