From 6e21563cf8b00e6e93686f49f9e77e911e7a47e7 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Fri, 16 Apr 1999 23:03:15 +0000 Subject: [PATCH] remove some of my debugging statements --- mailnews/db/msgdb/src/nsMailDatabase.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mailnews/db/msgdb/src/nsMailDatabase.cpp b/mailnews/db/msgdb/src/nsMailDatabase.cpp index 0c74dd28e9f6..39392ff5e600 100644 --- a/mailnews/db/msgdb/src/nsMailDatabase.cpp +++ b/mailnews/db/msgdb/src/nsMailDatabase.cpp @@ -47,11 +47,6 @@ NS_IMETHODIMP nsMailDatabase::Open(nsFileSpec &folderName, PRBool create, nsIMsg PRBool newFile = PR_FALSE; nsLocalFolderSummarySpec summarySpec(folderName); -#ifdef DEBUG - printf("nsMailDatabase::Open(%s, %s, %p, %s) -> %s\n", - (const char*)folderName, create ? "TRUE":"FALSE", - pMessageDB, upgrading ? "TRUE":"FALSE", (const char*)folderName); -#endif nsIDBFolderInfo *folderInfo = NULL; *pMessageDB = NULL;