Updated to support being able to do calls such as package1.package2.class abc = new...
[IRC.git] / Robust / src / IR / TypeUtil.java
index 50f6863909c19f7f8e04a145da46eedcedb42db1..30c3c555072e875092e294edda90adc7b6200abc 100644 (file)
@@ -43,7 +43,6 @@ public class TypeUtil {
   }
 
   public void addNewClass(String cl, Set todo) {
-    System.out.println("I'm looking for "+cl.replace(".", "/"));
     //search through the default locations for the file.
     for (int i = 0; i < state.classpath.size(); i++) {
       String path = (String) state.classpath.get(i);