[haiku-commits] haiku: hrev43662 - src/apps/mail

  • From: zharik@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 15 Jan 2012 15:19:23 +0100 (CET)

hrev43662 adds 1 changeset to branch 'master'
old head: 1a7322a09e825d2445ca88a47cd1d5cd06d3811b
new head: 68450f5d44372d7b9a59629e4e6433463dce6ac6

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

68450f5: Remove debug syslog call.
  
  * Remove debug code introduced by reading pos improvements. Sorry for
    the noise. :-\

                                        [ Siarzhuk Zharski <zharik@xxxxxx> ]

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

Revision:    hrev43662
Commit:      68450f5d44372d7b9a59629e4e6433463dce6ac6
URL:         http://cgit.haiku-os.org/haiku/commit/?id=68450f5
Author:      Siarzhuk Zharski <zharik@xxxxxx>
Date:        Sun Jan 15 15:17:01 2012 UTC

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

1 files changed, 0 insertions(+), 1 deletions(-)
src/apps/mail/MailWindow.cpp |    1 -

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

diff --git a/src/apps/mail/MailWindow.cpp b/src/apps/mail/MailWindow.cpp
index 1822886..43a996b 100644
--- a/src/apps/mail/MailWindow.cpp
+++ b/src/apps/mail/MailWindow.cpp
@@ -807,7 +807,6 @@ TMailWindow::PreserveReadingPos(bool save)
        const char* name = "MAIL:read_pos";
        if (save) {
                node.WriteAttr(name, B_FLOAT_TYPE, 0, &pos, sizeof(pos));
-               syslog(0, "save: %f", pos);
                return;
        }
 


Other related posts:

  • » [haiku-commits] haiku: hrev43662 - src/apps/mail - zharik