typo
[org.ibex.gcclass.git] / src / com / brian_web / gcclass / GCClass.java
index 5971591..77b6e12 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2004 Brian Alliet
 
-// Based on NanoGoat by Adam Megac
+// Based on NanoGoat by Adam Megacz
 
 // Copyright (C) 2004 Adam Megacz <adam@ibex.org> all rights reserved.
 //
@@ -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]);
     }