From 7ec2ee8ffaa87b85b410c98a08f89e4c464f37a2 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Fri, 2 Apr 1999 03:07:43 +0000 Subject: [PATCH] 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 --- mozilla/mailnews/local/src/nsPop3Sink.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/mailnews/local/src/nsPop3Sink.cpp b/mozilla/mailnews/local/src/nsPop3Sink.cpp index fba75421491..d5d457bfcc2 100644 --- a/mozilla/mailnews/local/src/nsPop3Sink.cpp +++ b/mozilla/mailnews/local/src/nsPop3Sink.cpp @@ -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);