[fix] removed debugging println
This commit is contained in:
parent
8f43199d39
commit
886faae76b
@ -79,8 +79,6 @@ public class FinSetShapes extends RocketComponentShape {
|
|||||||
c[2]=new Coordinate(0,height,thickness/2);
|
c[2]=new Coordinate(0,height,thickness/2);
|
||||||
c[3]=new Coordinate(0,height,-thickness/2);
|
c[3]=new Coordinate(0,height,-thickness/2);
|
||||||
|
|
||||||
System.err.println(String.format(" -- %s", transformation.toString() ));
|
|
||||||
|
|
||||||
// Apply base rotation
|
// Apply base rotation
|
||||||
c = transformation.transform(c);
|
c = transformation.transform(c);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user