[gtk+/quartz-integration: 412/563] Remove debug spew



commit 702585763680ea774a79d8788a78b52a4c6b080b
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 24 20:47:59 2011 -0400

    Remove debug spew

 tests/a11y/text.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/tests/a11y/text.c b/tests/a11y/text.c
index 3218553..083438b 100644
--- a/tests/a11y/text.c
+++ b/tests/a11y/text.c
@@ -512,13 +512,6 @@ test_words (GtkWidget *widget)
             break;
         }
 
-      if (g_strcmp0 (word, expected[i].word) != 0 ||
-          start != expected[i].start ||
-          end != expected[i].end)
-        {
-          g_print ("%d: %s %s %d : ", i, boundary(expected[i].boundary), gravity(expected[i].gravity), expected[i].offset);
-          g_print ("\"%s\" != \"%s\"\n", word, expected[i].word);
-        }
       g_assert_cmpstr (word, ==, expected[i].word);
       g_assert_cmpint (start, ==, expected[i].start);
       g_assert_cmpint (end, ==, expected[i].end);



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