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

git-svn-id: svn://10.0.0.236/trunk@26004 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-04-02 03:07:43 +00:00
parent ca6fb51831
commit 7ec2ee8ffa

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);