From bfb32c64aa175fcb4ff3f58cd5aa8169980f0b27 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 12 Jun 2007 10:37:55 +0000 Subject: [PATCH] * remove my debug g_warnings from modest_tny_account_store pmo-trunk-r2177 --- src/modest-tny-account-store.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index fbfaa36..6d18963 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -324,8 +324,6 @@ on_account_removed (ModestAccountMgr *acc_mgr, { ModestTnyAccountStore *self = MODEST_TNY_ACCOUNT_STORE(user_data); TnyAccount *store_account; - - g_warning ("removing account %s", account); /* Clear the account cache */ store_account = @@ -354,8 +352,6 @@ on_account_changed (ModestAccountMgr *acc_mgr, const gchar *account, { ModestTnyAccountStore *self = MODEST_TNY_ACCOUNT_STORE(user_data); - - g_warning ("updating account %s (%d change(s))", account, g_slist_length((GSList*)keys)); /* Ignore the change if it's a change in the last_updated value */ if (g_slist_length ((GSList *)keys) == 1 && -- 1.7.9.5