diff --git a/fml/common/cpw/mods/fml/common/FMLModContainer.java b/fml/common/cpw/mods/fml/common/FMLModContainer.java index 0617a5168..9176eb306 100644 --- a/fml/common/cpw/mods/fml/common/FMLModContainer.java +++ b/fml/common/cpw/mods/fml/common/FMLModContainer.java @@ -277,9 +277,7 @@ public class FMLModContainer implements ModContainer private void parseSimpleFieldAnnotation(SetMultimap annotations, String annotationClassName, Function retreiver) throws IllegalAccessException { - System.out.println(annotationClassName); String[] annName = annotationClassName.split("\\."); - System.out.println(Arrays.toString(annName)); String annotationName = annName[annName.length - 1]; for (ASMData targets : annotations.get(annotationClassName)) {