commented coordinate print

This commit is contained in:
MaximZaitsev
2016-07-29 13:14:49 +03:00
parent 8d47aa3357
commit 4996c0be51
+1 -1
View File
@@ -50,7 +50,7 @@ class Car constructor(routeExecutor: RouteExecutor, controller: Control) {
}
}
println("x=$x; y=$y; angle=$angle")
// println("x=$x; y=$y; angle=$angle")
}
fun routeDone() {