remove my silly printf. rs=no one

This commit is contained in:
sspitzer%netscape.com 2001-10-16 20:53:54 +00:00
parent 3c424cc9a7
commit ffc73c6a75

View File

@ -2522,8 +2522,6 @@ nsresult nsNNTPProtocol::MarkCurrentMsgRead()
msgHdr->GetIsRead(&isRead);
if (!isRead)
msgHdr->MarkRead(PR_TRUE);
printf("do work here\n");
}
}
return rv;