summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2009-07-10 09:10:34 -0400
committerThomas Thurman <tthurman@gnome.org>2009-07-10 09:10:34 -0400
commit85428bb6062e00e7615a9dbee5a646bb8891e583 (patch)
treede67d64cee27447ac2ae8107eeef9faa59bdfc7f
parent554d5041fd3d40388196253cb10e04088e2518d2 (diff)
downloadmetacity-85428bb6062e00e7615a9dbee5a646bb8891e583.tar.gz
remove debug print
-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);