drop unneded todo (#194)

This commit is contained in:
Mateusz Konieczny 2020-07-14 16:42:36 +02:00 committed by GitHub
parent 33c5ffef4c
commit 6b337c10ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -515,7 +515,6 @@ impl ScenarioGenerator {
if rng.gen_bool(0.1) {
// hacky hack to get some background traffic
// TODO - avoid mutable variable
depart_am = rand_time(
rng,
Time::START_OF_DAY + Duration::hours(0),