зеркало из 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;
|
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;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче