Removed DEBUG statements.

git-svn-id: svn://10.0.0.236/trunk@115449 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com 2002-02-27 22:43:52 +00:00
parent 63eb66a2a3
commit 289a9859cd

View File

@ -49,7 +49,6 @@ while(<>)
# See if the previous heap ended with a free block
if ($prevFree) {
printf "DEBUG: before END heap : $prevFree\n";
$freeAtEndBytes += $prevFree;
$freeAtEndCount++;
}
@ -63,7 +62,6 @@ while(<>)
# See if the previous heap ended with a free block
if ($prevFree) {
printf "DEBUG: before REGION : $prevFree\n";
$freeAtEndBytes += $prevFree;
$freeAtEndCount++;
}