From 33e6bf01848259bfe1f832ecc9a3c917a5d18297 Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 23 May 2013 07:47:39 +0300 Subject: [PATCH] * mu-str: comment-out debug print --- lib/mu-str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mu-str.c b/lib/mu-str.c index feded3d0..28d4f317 100644 --- a/lib/mu-str.c +++ b/lib/mu-str.c @@ -945,7 +945,7 @@ mu_str_parse_arglist (const char *args, GError **err) if (!val) goto errexit; - g_print ("%s->%s\n", key, val); + /* g_print ("%s->%s\n", key, val); */ g_hash_table_insert (hash, key, val); cur = valend;