From 1ce076a9040e9637876832084438af566e025600 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 12 Apr 2016 00:37:39 +0200 Subject: Fix some errors created when changing set account to GSList --- protocols/account.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/account.c') diff --git a/protocols/account.c b/protocols/account.c index 6f6ad339..4438ee36 100644 --- a/protocols/account.c +++ b/protocols/account.c @@ -191,7 +191,6 @@ char *set_eval_account(set_t *set, char *value) accounts = g_strsplit(saccount, ",", 0); for (account = accounts; *account; account++) { if (g_strcasecmp(*account, old) == 0) { - fprintf(stderr, "Found\n"); found = TRUE; g_free(*account); *account = g_strdup(value); @@ -203,7 +202,6 @@ char *set_eval_account(set_t *set, char *value) saccount = g_strjoinv(",", accounts); g_strfreev(accounts); - fprintf(stderr, "%s\n", saccount); set_setstr(&ic->set, "account", saccount); g_free(saccount); -- cgit v1.2.3