remove some of my debugging statements

This commit is contained in:
alecf%netscape.com 1999-04-16 23:03:15 +00:00
Родитель 6b78b935f0
Коммит 6e21563cf8
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

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