No bug. Remove noisy debugging printout.

--HG--
extra : rebase_source : f5aa45dcb6c5d051f8888682d3aeab71b7df56d5
This commit is contained in:
Steve Fink 2013-12-11 17:17:17 -08:00
parent b4e452ee01
commit 9ef58fba19

View File

@ -148,9 +148,7 @@ function loadCallgraph(file)
// Any field call that has been resolved to all possible callees can be
// trusted to not GC if all of those callees are known to not GC.
for (var name in resolvedFunctions) {
if (!(name in gcFunctions)) {
if (!(name in gcFunctions))
suppressedFunctions[name] = true;
printErr("Adding " + name);
}
}
}