Removed debugging trace
This commit is contained in:
parent
b9ea3aaebd
commit
2d65b714da
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ public class UStateMapper
|
||||||
@SideOnly( Side.CLIENT )
|
@SideOnly( Side.CLIENT )
|
||||||
public static IStateMapper ignoreProperties( final IProperty< ? >... properties )
|
public static IStateMapper ignoreProperties( final IProperty< ? >... properties )
|
||||||
{
|
{
|
||||||
System.err.println( "\n\nLOLWUT\n\n" );
|
|
||||||
return new StateMap.Builder( ).ignore( properties ).build( );
|
return new StateMap.Builder( ).ignore( properties ).build( );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue