[gnumeric] Escaped debug code



commit 63f5c070a8a27f9146381b1664857905a859e655
Author: Morten Welinder <terra gnome org>
Date:   Fri May 18 07:42:06 2018 -0400

    Escaped debug code

 src/gnumeric-conf.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/gnumeric-conf.c b/src/gnumeric-conf.c
index aa2ff98..788a80e 100644
--- a/src/gnumeric-conf.c
+++ b/src/gnumeric-conf.c
@@ -391,10 +391,8 @@ static gboolean
 string_list_equal (GSList *x, GSList *y)
 {
        while (x && y) {
-               if (strcmp (x->data, y->data) != 0) {
-                       g_printerr ("Diff: %s %s\n", x->data, y->data);
+               if (strcmp (x->data, y->data) != 0)
                        return FALSE;
-               }
                x = x->next;
                y = y->next;
        }


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