Removed debug output

This commit is contained in:
Yevgen Muntyan 2008-01-09 00:12:03 -06:00
parent f99e383326
commit bf7392927c

View File

@ -902,7 +902,6 @@ moo_edit_config_parse (MooEditConfig *config,
name = g_strndup (name_start, name_end - name_start);
value = g_strndup (value_start, value_end - value_start);
_moo_message ("got '%s' = '%s' from '%s'\n", name, value, string);
moo_edit_config_parse_one (config, name, value, source);
g_free (value);