[metacity/matching] remove debug print



commit 85428bb6062e00e7615a9dbee5a646bb8891e583
Author: Thomas Thurman <tthurman gnome org>
Date:   Fri Jul 10 09:10:34 2009 -0400

    remove debug print

 src/core/matching.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/core/matching.c b/src/core/matching.c
index 3c51a62..78e7e3a 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]