remove my silly printf. rs=no one

git-svn-id: svn://10.0.0.236/trunk@105524 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2001-10-16 20:53:54 +00:00
parent 5cec9cd36c
commit 6f35191147

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;