gnome: remove pointless debug message

This commit is contained in:
Tristan Matthews
2013-07-04 11:26:06 -04:00
parent e01146a9dc
commit 90212643a3

View File

@ -171,7 +171,6 @@ select_dtmf_type(void)
static GPtrArray* get_new_credential(void)
{
gint row_count = 0;
GPtrArray *credential_array = g_ptr_array_new();
GtkTreeIter iter;
@ -188,8 +187,6 @@ static GPtrArray* get_new_credential(void)
COLUMN_CREDENTIAL_PASSWORD, &password,
-1);
g_debug("Row %d: %s %s %s", row_count++, username, password, realm);
GHashTable * new_table = g_hash_table_new_full(g_str_hash, g_str_equal,
g_free, g_free);
g_hash_table_insert(new_table, g_strdup(CONFIG_ACCOUNT_REALM), realm);