diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-18 00:51:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-18 00:51:28 +0800 |
commit | da665f8f99e778263d0a411def22830b2bcaa647 (patch) | |
tree | 8d4e1fc319b45c9ada8114b62dffc3baa6d58e7b /modules | |
parent | d98dc0105eafd373679625df240cfdf00f8b7cac (diff) | |
download | gsoc2013-evolution-da665f8f99e778263d0a411def22830b2bcaa647.tar.gz gsoc2013-evolution-da665f8f99e778263d0a411def22830b2bcaa647.tar.zst gsoc2013-evolution-da665f8f99e778263d0a411def22830b2bcaa647.zip |
Kill a debug message.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mail/e-mail-shell-backend.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/mail/e-mail-shell-backend.c b/modules/mail/e-mail-shell-backend.c index 7ebfbea063..1c24d56eab 100644 --- a/modules/mail/e-mail-shell-backend.c +++ b/modules/mail/e-mail-shell-backend.c @@ -680,8 +680,6 @@ mail_shell_backend_quit_requested_cb (EShell *shell, guint32 unsent; gint response; - g_debug ("Quit requested for mail backend"); - /* We can quit immediately if offline. */ if (!camel_session_is_online (session)) return; |