mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
gnome: remove pointless debug message
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user