Skip to content
Snippets Groups Projects
Commit 525e789d authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #10725: accounlistconfigdialog: cleanup logging

parent 76e2c098
Branches
Tags
No related merge requests found
...@@ -147,7 +147,7 @@ static void account_store_add(GtkTreeIter *iter, account_t *account) ...@@ -147,7 +147,7 @@ static void account_store_add(GtkTreeIter *iter, account_t *account)
{ {
const gchar *enabled = account_lookup(account, ACCOUNT_ENABLED); const gchar *enabled = account_lookup(account, ACCOUNT_ENABLED);
const gchar *type = account_lookup(account, ACCOUNT_TYPE); const gchar *type = account_lookup(account, ACCOUNT_TYPE);
DEBUG("Config: Adding account: Account is enabled :%s", enabled); DEBUG("Account is enabled :%s", enabled);
const gchar *state_name = account_state_name(account->state); const gchar *state_name = account_state_name(account->state);
gtk_list_store_set(account_store, iter, gtk_list_store_set(account_store, iter,
...@@ -158,8 +158,6 @@ static void account_store_add(GtkTreeIter *iter, account_t *account) ...@@ -158,8 +158,6 @@ static void account_store_add(GtkTreeIter *iter, account_t *account)
COLUMN_ACCOUNT_ID, account->accountID, -1); COLUMN_ACCOUNT_ID, account->accountID, -1);
} }
/** /**
* Fills the treelist with accounts, should be called whenever the account * Fills the treelist with accounts, should be called whenever the account
* list is modified. * list is modified.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment