[geary/wip/181-special-folder-dupes: 2/7] Remove unwanted debuging cruft



commit 4fefda9695299dcfc69382d90cf6d04c6ccec1b6
Author: Michael Gratton <mike vee net>
Date:   Mon Jan 14 11:05:54 2019 +1100

    Remove unwanted debuging cruft

 src/client/accounts/accounts-manager.vala                    | 7 -------
 src/engine/imap-engine/imap-engine-account-synchronizer.vala | 1 -
 2 files changed, 8 deletions(-)
---
diff --git a/src/client/accounts/accounts-manager.vala b/src/client/accounts/accounts-manager.vala
index e906128a..96167748 100644
--- a/src/client/accounts/accounts-manager.vala
+++ b/src/client/accounts/accounts-manager.vala
@@ -599,9 +599,6 @@ public class Accounts.Manager : GLib.Object {
             try {
                 services.load(config, account, account.incoming);
                 services.load(config, account, account.outgoing);
-
-                debug("IMAP host name: %s", account.incoming.host);
-
             } catch (GLib.KeyFileError err) {
                 throw new ConfigError.SYNTAX(err.message);
             }
@@ -1456,8 +1453,6 @@ public class Accounts.ServiceConfigLegacy : ServiceConfig, GLib.Object {
         Geary.ConfigFile.Group service_config =
             config.get_group(AccountConfigLegacy.GROUP);
 
-        debug("Loading...");
-
         string prefix = service.protocol == Geary.Protocol.IMAP
             ? "imap_" :  "smtp_";
 
@@ -1479,8 +1474,6 @@ public class Accounts.ServiceConfigLegacy : ServiceConfig, GLib.Object {
                 prefix + PORT, service.port
             );
 
-            debug("Host name: %s", service.host);
-
             bool use_tls = service_config.get_bool(
                 prefix + SSL, service.protocol == Geary.Protocol.IMAP
             );
diff --git a/src/engine/imap-engine/imap-engine-account-synchronizer.vala 
b/src/engine/imap-engine/imap-engine-account-synchronizer.vala
index abe1fafe..ed0f10ef 100644
--- a/src/engine/imap-engine/imap-engine-account-synchronizer.vala
+++ b/src/engine/imap-engine/imap-engine-account-synchronizer.vala
@@ -42,7 +42,6 @@ private class Geary.ImapEngine.AccountSynchronizer : Geary.BaseObject {
             // we do require that for syncing at the moment anyway,
             // but keep the tests in for that one glorious day where
             // we can just use a generic folder.
-            debug("Is folder \"%s\" openable: %s", folder.path.to_string(), 
folder.properties.is_openable.to_string());
             MinimalFolder? imap_folder = folder as MinimalFolder;
             if (imap_folder != null &&
                 folder.properties.is_openable.is_possible() &&


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]