Skip to content

Commit

Permalink
Remove useless debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
vladamatena committed Dec 4, 2014
1 parent ccfa46c commit 7b4d937
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public void setRoute(List<Id> route) {
}

public void setSpeed(Double meterPerSecond) {
System.out.println("New speed: " + meterPerSecond);
getVehicle().getVehicle().getType().setMaximumVelocity(meterPerSecond);
}

Expand Down

0 comments on commit 7b4d937

Please sign in to comment.