Commit 652c5bb6 authored by Niklas-Stoehr's avatar Niklas-Stoehr
Browse files

-- console logging disabled

parent 916ad672
......@@ -144,7 +144,7 @@ public class StatelessActuatorComponent implements ActuatorComponent {
else {
double amps = approximateAmpereDraw(targetThrust);
System.out.println(amps);
//System.out.println(amps);
return numberOfActuators * amps * volts;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment