Remove debug syslog call.

* Remove debug code introduced by reading pos improvements. Sorry for
  the noise. :-\
This commit is contained in:
Siarzhuk Zharski 2012-01-15 15:17:01 +00:00
parent 1a7322a09e
commit 68450f5d44
1 changed files with 0 additions and 1 deletions

View File

@ -807,7 +807,6 @@ TMailWindow::PreserveReadingPos(bool save)
const char* name = "MAIL:read_pos"; const char* name = "MAIL:read_pos";
if (save) { if (save) {
node.WriteAttr(name, B_FLOAT_TYPE, 0, &pos, sizeof(pos)); node.WriteAttr(name, B_FLOAT_TYPE, 0, &pos, sizeof(pos));
syslog(0, "save: %f", pos);
return; return;
} }