* mu-str: comment-out debug print

This commit is contained in:
djcb 2013-05-23 07:47:39 +03:00
parent 5af020ec2f
commit 33e6bf0184
1 changed files with 1 additions and 1 deletions

View File

@ -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;