mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
remove some of my debugging statements
This commit is contained in:
parent
6b78b935f0
commit
6e21563cf8
@ -47,11 +47,6 @@ NS_IMETHODIMP nsMailDatabase::Open(nsFileSpec &folderName, PRBool create, nsIMsg
|
|||||||
PRBool newFile = PR_FALSE;
|
PRBool newFile = PR_FALSE;
|
||||||
nsLocalFolderSummarySpec summarySpec(folderName);
|
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;
|
nsIDBFolderInfo *folderInfo = NULL;
|
||||||
|
|
||||||
*pMessageDB = NULL;
|
*pMessageDB = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user