diff --git a/mozilla/docshell/shistory/src/nsSHistory.cpp b/mozilla/docshell/shistory/src/nsSHistory.cpp index 6c67213fc1c..338830926f2 100644 --- a/mozilla/docshell/shistory/src/nsSHistory.cpp +++ b/mozilla/docshell/shistory/src/nsSHistory.cpp @@ -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);