Removed some printlns.

This commit is contained in:
kruland2607 2013-04-08 16:07:16 -05:00
parent 52772674d2
commit abb2a7c22a

View File

@ -114,8 +114,8 @@ public class RockSimAppearanceBuilder extends AppearanceBuilder {
} }
//TODO Make use of these values //TODO Make use of these values
System.out.println("Interpolate: " + interpolate); //System.out.println("Interpolate: " + interpolate);
System.out.println("FlipT: " + flipt); //System.out.println("FlipT: " + flipt);
; ;
} }