Remove debug statements
This commit is contained in:
parent
3b0c0fcecf
commit
3415dbfd0d
1 changed files with 0 additions and 2 deletions
|
@ -277,9 +277,7 @@ public class FMLModContainer implements ModContainer
|
||||||
|
|
||||||
private void parseSimpleFieldAnnotation(SetMultimap<String, ASMData> annotations, String annotationClassName, Function<ModContainer, Object> retreiver) throws IllegalAccessException
|
private void parseSimpleFieldAnnotation(SetMultimap<String, ASMData> annotations, String annotationClassName, Function<ModContainer, Object> retreiver) throws IllegalAccessException
|
||||||
{
|
{
|
||||||
System.out.println(annotationClassName);
|
|
||||||
String[] annName = annotationClassName.split("\\.");
|
String[] annName = annotationClassName.split("\\.");
|
||||||
System.out.println(Arrays.toString(annName));
|
|
||||||
String annotationName = annName[annName.length - 1];
|
String annotationName = annName[annName.length - 1];
|
||||||
for (ASMData targets : annotations.get(annotationClassName))
|
for (ASMData targets : annotations.get(annotationClassName))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue