Removed debugging trace

This commit is contained in:
Emmanuel BENOîT 2016-07-11 13:54:38 +02:00
parent b9ea3aaebd
commit 2d65b714da

View file

@ -15,7 +15,6 @@ public class UStateMapper
@SideOnly( Side.CLIENT )
public static IStateMapper ignoreProperties( final IProperty< ? >... properties )
{
System.err.println( "\n\nLOLWUT\n\n" );
return new StateMap.Builder( ).ignore( properties ).build( );
}