* mu-str: comment-out debug print

This commit is contained in:
djcb
2013-05-23 07:47:39 +03:00
parent 5af020ec2f
commit 33e6bf0184

View File

@ -945,7 +945,7 @@ mu_str_parse_arglist (const char *args, GError **err)
if (!val) if (!val)
goto errexit; goto errexit;
g_print ("%s->%s\n", key, val); /* g_print ("%s->%s\n", key, val); */
g_hash_table_insert (hash, key, val); g_hash_table_insert (hash, key, val);
cur = valend; cur = valend;