diff --git a/mozilla/mailnews/news/src/nsNNTPProtocol.cpp b/mozilla/mailnews/news/src/nsNNTPProtocol.cpp index 6c6b391bf1c..cc7dcf3be72 100644 --- a/mozilla/mailnews/news/src/nsNNTPProtocol.cpp +++ b/mozilla/mailnews/news/src/nsNNTPProtocol.cpp @@ -2522,8 +2522,6 @@ nsresult nsNNTPProtocol::MarkCurrentMsgRead() msgHdr->GetIsRead(&isRead); if (!isRead) msgHdr->MarkRead(PR_TRUE); - - printf("do work here\n"); } } return rv;