remove print

This commit is contained in:
Manu Sridharan 2013-05-22 16:41:27 -07:00
parent faff1a9125
commit 7064233320
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ public class FieldBasedCGTests extends TestJSCallGraphShape {
for(BuilderType builderType : builderTypes) {
URL url = FieldBasedCGTests.class.getClassLoader().getResource(script);
JSCallGraph cg = util.buildCG(url, builderType);
System.out.println(cg);
try {
verifyGraphAssertions(cg, assertions);
} catch(AssertionFailedError afe) {