Skip to content

Commit ca4619b

Browse files
committed
remove debug messages
1 parent 7842795 commit ca4619b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • Serialize Utility/src/main/java/org/broken/arrow/library/serialize/utility/converters/particleeffect/resolver

Serialize Utility/src/main/java/org/broken/arrow/library/serialize/utility/converters/particleeffect/resolver/ParticleDataResolver.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,6 @@ public PotionsData getPotionsData() {
266266
* @return the resolved data matching the type, or {@code null}
267267
*/
268268
public Object compute(@Nonnull final Class<?> dataType) {
269-
System.out.println(" compute dataType: " +dataType);
270-
System.out.println(" compute dataType: " + dataType.getName());
271269
if (dataType == Material.class)
272270
return getMaterial();
273271
if (dataType == MaterialData.class)

0 commit comments

Comments
 (0)