зеркало из https://github.com/mozilla/pjs.git
remove another unnecessary printf
This commit is contained in:
Родитель
c15fcc6b74
Коммит
6239d71779
|
@ -958,7 +958,6 @@ nsOperaProfileMigrator::CopyBookmarks(PRBool aReplace)
|
|||
parentFolder = root;
|
||||
|
||||
#if defined(XP_WIN) || (defined(XP_UNIX) && !defined(XP_MACOSX))
|
||||
printf("*** before CopySmartKeywords\n");
|
||||
CopySmartKeywords(bms, bundle, parentFolder);
|
||||
#endif
|
||||
|
||||
|
@ -1165,7 +1164,6 @@ nsOperaProfileMigrator::ParseBookmarksFolder(nsILineInputStream* aStream,
|
|||
nsIBookmarksService* aBMS)
|
||||
{
|
||||
static PRInt32 callCount = 0;
|
||||
printf("*** Entering ParseBookmarksFolder %d\n", ++callCount);
|
||||
nsresult rv;
|
||||
PRBool moreData = PR_FALSE;
|
||||
nsAutoString buffer;
|
||||
|
|
Загрузка…
Ссылка в новой задаче