Fix for Mac build bustage; comment out some debugging code

This commit is contained in:
law%netscape.com 2005-08-18 11:15:15 +00:00
Родитель 21ace954bc
Коммит d387a9f56b
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -249,10 +249,12 @@ nsSHistory::PrintHistory()
uri->GetSpec(getter_Copies(url));
#if 0
printf("**** SH Transaction #%d, Entry = %x\n", index, entry.get());
printf("\t\t URL = %s\n", url);
printf("\t\t Title = %s\n", titleCStr);
printf("\t\t layout History Data = %x\n", layoutHistoryState);
#endif
Recycle(title);
Recycle(titleCStr);