extra println
authorbrian <brian@brianweb.net>
Sun, 9 May 2004 08:47:57 +0000 (08:47 +0000)
committerbrian <brian@brianweb.net>
Sun, 9 May 2004 08:47:57 +0000 (08:47 +0000)
darcs-hash:20040509084757-24bed-fa9893efb59152605deb0b321d73b2645d86ddc1.gz

src/com/brian_web/gcclass/GCClass.java

index 5971591..9ad2ab9 100644 (file)
@@ -58,7 +58,6 @@ public class GCClass {
     private final Hashtable references = new Hashtable();
     
     public GCClass(String classpath) throws ClassNotFoundException {
-        System.err.println(ClassPath.SYSTEM_CLASS_PATH + File.pathSeparator + classpath);
         repo = SyntheticRepository.getInstance(new ClassPath(ClassPath.SYSTEM_CLASS_PATH + File.pathSeparator + classpath));
         for(int i=0;i<PRE_REF.length;i++) referenceMethod(PRE_REF[i]);
     }