diff --git a/gnome/src/config/accountconfigdialog.c b/gnome/src/config/accountconfigdialog.c index aa171bcb3..cd74c71da 100644 --- a/gnome/src/config/accountconfigdialog.c +++ b/gnome/src/config/accountconfigdialog.c @@ -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);