Remove system.out's

This commit is contained in:
CocoTheOwner
2021-08-13 20:12:35 +02:00
parent 30c5a0d9cd
commit 0f0c24d31b
3 changed files with 10 additions and 5 deletions

View File

@@ -265,7 +265,7 @@ public class Violator {
T f = c.getDeclaredAnnotation(a);
p(id(f, c), f);
System.out.println("Set as " + id(f, c) + " as " + ("@" + a.getCanonicalName() + "[" + id(c, null) + "]"));
Iris.debug("Set as " + id(f, c) + " as " + ("@" + a.getCanonicalName() + "[" + id(c, null) + "]"));
}
return (T) g("@" + a.getCanonicalName() + "[" + id(c, null) + "]");