[gnumeric] Escaped debug code
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Escaped debug code
- Date: Fri, 18 May 2018 11:43:09 +0000 (UTC)
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]