Take out an unwanted printf to clean up the code...

This commit is contained in:
mscott%netscape.com 1999-04-02 03:07:43 +00:00
parent a5e81d74aa
commit 0d390912d6

View File

@ -123,7 +123,6 @@ nsPop3Sink::BeginMailDelivery(PRBool* aBool)
#endif
nsFileSpec fileSpec(m_mailDirectory);
fileSpec += "Inbox";
printf("\nDirectory: %s\n", (const char *) fileSpec);
m_outFileStream = new nsOutputFileStream(fileSpec,
PR_WRONLY | PR_CREATE_FILE | PR_APPEND);