Skip to content

Commit ca69151

Browse files
committed
remove debug printing
1 parent d08872b commit ca69151

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Code/ChroniclerJ/src/main/java/edu/columbia/cs/psl/chroniclerj/analysis/MutabilityAnalyzer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public ClassNode analyzeClass(ClassReader cr) {
8484
ClassNode cn = new ClassNode();
8585
cr.accept(cn, ClassReader.SKIP_DEBUG);
8686

87-
System.out.println("Analyze " + cn.name);
8887
for (Object o : cn.methods) {
8988
MethodNode thisMethodNode = (MethodNode) o;
9089
AnnotatedMethod thisMethod = findOrAddMethod(cn.name, thisMethodNode);

0 commit comments

Comments
 (0)