Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
motapinto committed May 17, 2020
1 parent 2c327e5 commit 907ac45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MeatWagons/MeatWagons.h
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ void MeatWagons::firstIteration() {

// pickup prisoner path
int distToPrisoner = this->graph->getPathFromCentralTo(request->getDest(), edgesForwardTrip);
cout << distToPrisoner << endl;

// deliver prisoner path
int dropOffNode = chooseDropOff(pickupNodes);
Expand Down

0 comments on commit 907ac45

Please sign in to comment.