Browse Source

remove comments

pbs
Andy Newjack 5 years ago
parent
commit
ef90220c0c
  1. 4
      src/ship/ship.rs

4
src/ship/ship.rs

@ -430,10 +430,6 @@ impl<EG: EntityGateway> ShipServerState<EG> {
} }
}) })
.collect(); .collect();
// Box::new(vec![(id, ViewInfoboardResponse {
// response: r
// }].into_iter())
Box::new(vec![(id, SendShipPacket::ViewInfoboardResponse(ViewInfoboardResponse {response: r}))].into_iter()) Box::new(vec![(id, SendShipPacket::ViewInfoboardResponse(ViewInfoboardResponse {response: r}))].into_iter())
} }

Loading…
Cancel
Save