start revising the linear type checking
[IRC.git] / Robust / src / Analysis / SSJava / MethodAnnotationCheck.java
index 6c3dac6caa6a06d737dc3c63ac8171353cd3988c..eba5f777d98ea6c336de8b2b78b27147e5c6b77d 100644 (file)
@@ -97,8 +97,6 @@ public class MethodAnnotationCheck {
             Set<MethodDescriptor> possibleCalleeSet =
                 (Set<MethodDescriptor>) ssjava.getCallGraph().getMethods(calleeMD);
 
-            System.out.println("caller=" + callerMD + " callee=" + possibleCalleeSet);
-
             for (Iterator iterator2 = possibleCalleeSet.iterator(); iterator2.hasNext();) {
               MethodDescriptor possibleCallee = (MethodDescriptor) iterator2.next();