Skip to content
Snippets Groups Projects
Commit b6f32902 authored by Maximilien Cura's avatar Maximilien Cura
Browse files

Remove debugging statement.

parent ec1af494
No related branches found
No related tags found
1 merge request!81Layout tool fixes & saving
......@@ -72,8 +72,6 @@ public class FlyersDrawer extends FlightDrawer implements FlightGeometry {
final float nx = CABLE_RADIUS / 2f;
final float px = CABLE_RADIUS;
System.out.println("dz=" + dz + " nx="+ (-nx) + " px=" + px);
vertices = new float[][] {
{-nx, 1, dz}, // A
{-nx, 0, dz}, // B
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment