summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/matching.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/matching.c b/src/core/matching.c
index 3c51a628..78e7e3a9 100644
--- a/src/core/matching.c
+++ b/src/core/matching.c
@@ -79,8 +79,6 @@ meta_matching_load_from_role (MetaWindow *window)
w = g_key_file_get_integer (matching_keyfile, role, "w", NULL);
h = g_key_file_get_integer (matching_keyfile, role, "h", NULL);
- g_warning ("So we got %d %d %d %d\n", x, y, w, h);
-
meta_window_move_resize (window,
FALSE,
x, y, w, h);