austinv11 / PeripheralsPlusPlus

A pseudo-port of miscperipherals, with other stuff as well!
GNU General Public License v2.0
25 stars 28 forks source link

Debug spam in console #144

Closed ArcasCZ closed 8 years ago

ArcasCZ commented 8 years ago

When someone place PlayerDetector, console is spammed by range.

I found System.out.println(range); on line 85 at TileEntityPlayerSensor.java

That's little bit problem, so I hope someone will delete it ASAP.

ArcasCZ commented 8 years ago

There are more debugs with range, search for ussage LOGGER.info(range) ;)

darichey commented 8 years ago

Ah ok sorry. I tried to just do a quick edit on mobile. I won't be at a computer for a couple more hours.

ArcasCZ commented 8 years ago

https://github.com/austinv11/PeripheralsPlusPlus/blob/dcea9351935e30ec9314ec795034802499b776e8/src/main/java/com/austinv11/peripheralsplusplus/utils/ChatUtil.java#L20

https://github.com/austinv11/PeripheralsPlusPlus/blob/84306a8f26ab295708a8301a67c6b9947cbf34d6/src/api/resources/reference/miscperipherals/peripheral/PeripheralAlchemist.java#L145

Here is another debug (I think. I hope that's all but I'm not sure...