Skip to content

Commit

Permalink
less printing
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandolby committed Dec 3, 2013
1 parent ae7fb96 commit cca1a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void testEngine() throws IOException, CoreException, IllegalArgumentExcep
JSCallGraphUtil.setTranslatorFactory(new CAstRhinoTranslatorFactory());
e.buildAnalysisScope();
IClassHierarchy cha = e.getClassHierarchy();
System.err.println(cha);
//System.err.println(cha);
Assert.assertTrue(cha != null);
}

Expand Down

0 comments on commit cca1a98

Please sign in to comment.