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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user