Remove incorrect proto comment

This commit is contained in:
Marc Di Luzio 2020-07-24 19:46:32 +01:00
parent edd3e5a6cb
commit 5b2ea533f4

View file

@ -126,7 +126,6 @@ message Command {
bytes data = 2;
// move - the bearing for the rover to turn to
// salvage - the direction of the rover
Bearing bearing = 3;
}