remove another unnecessary printf

This commit is contained in:
ben%bengoodger.com 2004-02-29 01:54:38 +00:00
Родитель c15fcc6b74
Коммит 6239d71779
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -958,7 +958,6 @@ nsOperaProfileMigrator::CopyBookmarks(PRBool aReplace)
parentFolder = root; parentFolder = root;
#if defined(XP_WIN) || (defined(XP_UNIX) && !defined(XP_MACOSX)) #if defined(XP_WIN) || (defined(XP_UNIX) && !defined(XP_MACOSX))
printf("*** before CopySmartKeywords\n");
CopySmartKeywords(bms, bundle, parentFolder); CopySmartKeywords(bms, bundle, parentFolder);
#endif #endif
@ -1165,7 +1164,6 @@ nsOperaProfileMigrator::ParseBookmarksFolder(nsILineInputStream* aStream,
nsIBookmarksService* aBMS) nsIBookmarksService* aBMS)
{ {
static PRInt32 callCount = 0; static PRInt32 callCount = 0;
printf("*** Entering ParseBookmarksFolder %d\n", ++callCount);
nsresult rv; nsresult rv;
PRBool moreData = PR_FALSE; PRBool moreData = PR_FALSE;
nsAutoString buffer; nsAutoString buffer;