[cleanup] removed unnecessary debug lines
This commit is contained in:
parent
4ba395ac77
commit
5c3ce2ec5e
@ -37,10 +37,6 @@ public class RailButtonShapes extends RocketComponentShape {
|
||||
final double innerHeightcos = innerHeight*cosr;
|
||||
final double flangeHeightcos = flangeHeight*cosr;
|
||||
|
||||
// System.err.println(String.format("Generating Shapes for RailButtons..."));
|
||||
// System.err.println(String.format(" @ %s", instanceAbsoluteLocation));
|
||||
// System.err.println(String.format(" angle: %f", view_rotation_rad));
|
||||
|
||||
Path2D.Double path = new Path2D.Double();
|
||||
{// central pillar
|
||||
final double drawWidth = outerDiameter;
|
||||
@ -138,8 +134,6 @@ public class RailButtonShapes extends RocketComponentShape {
|
||||
rect.lineTo( (x+radius*cosr+height*sinr), (y-radius*sinr+height*cosr));
|
||||
rect.lineTo( (x+radius*cosr), (y-radius*sinr));
|
||||
rect.closePath();
|
||||
// add points
|
||||
|
||||
|
||||
return rect;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user