[git] GpgOL - branch, master, updated. gpgol-1.4.0-199-g602f299

by Andre Heinecke cvs at cvs.gnupg.org
Thu Dec 1 16:53:04 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".

The branch, master has been updated
       via  602f299383b9d06a6d520e2c3cf52a6d0a3d3f56 (commit)
      from  b3fdbb2244f2d049b458160d7f3da6340745ad7a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 602f299383b9d06a6d520e2c3cf52a6d0a3d3f56
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Dec 1 16:52:35 2016 +0100

    Remove some development debugs
    
    * src/mail.cpp (update_oom_data): Remove some development
    debug statements.

diff --git a/src/mail.cpp b/src/mail.cpp
index b8e02ac..1e820c6 100644
--- a/src/mail.cpp
+++ b/src/mail.cpp
@@ -856,7 +856,6 @@ Mail::update_oom_data ()
           if (senderMail)
             {
               m_sender = senderMail;
-              log_debug ("Sender %i is now: %s",__LINE__, m_sender.c_str());
               xfree (senderMail);
               xfree (type);
               return 0;
@@ -869,7 +868,6 @@ Mail::update_oom_data ()
     {
       char *buf = get_oom_string (sender, "SmtpAddress");
       m_sender = buf;
-          log_debug ("Sender %i is now: %s",__LINE__, m_sender.c_str());
       xfree (buf);
       gpgol_release (sender);
       return 0;
@@ -880,7 +878,6 @@ Mail::update_oom_data ()
     {
       char *buf = get_pa_string (sender, PR_SMTP_ADDRESS_DASL);
       m_sender = buf;
-          log_debug ("Sender %i is now: %s",__LINE__, m_sender.c_str());
       xfree (buf);
       gpgol_release (sender);
       return 0;
@@ -892,7 +889,6 @@ Mail::update_oom_data ()
     {
       char *buf = get_pa_string (sender, PR_SMTP_ADDRESS_DASL);
       m_sender = buf;
-          log_debug ("Sender %i is now: %s",__LINE__, m_sender.c_str());
       xfree (buf);
       gpgol_release (sender);
       return 0;

-----------------------------------------------------------------------

Summary of changes:
 src/mail.cpp | 4 ----
 1 file changed, 4 deletions(-)


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list