From 04efc38403decff33fbb2fb075037bc39d01f7b4 Mon Sep 17 00:00:00 2001 From: "law%netscape.com" Date: Thu, 18 Aug 2005 11:15:15 +0000 Subject: [PATCH] Fix for Mac build bustage; comment out some debugging code git-svn-id: svn://10.0.0.236/trunk@178037 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/shistory/src/nsSHistory.cpp | 2 ++ 1 file changed, 2 insertions(+) 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);