Remove sneaky println

Accidentally left a System.out.println statement in that wasn't supposed
to be there.
This commit is contained in:
Esophose 2018-02-26 01:40:20 -07:00
parent 69e2f6fd8d
commit 671312c3cf

View file

@ -32,7 +32,6 @@ public class ParticleStyleManager {
}
}
styles.add(style);
System.out.println("[PlayerParticles] Registered style: " + style.getName());
}
/**