abstreet/headless
Dustin Carlino c9c6f240ae Remove timer.{note, warn, error} in favor of the log crate. #262
Originally, the intention of the deleted calls was to not interrupt
Timer progress bars with warnings. But the output of things like the
importer is impossible to read anyway. Strongly considering explicitly
sending logs and timing info to separate places and using something like
multitail for live progress.

Unplumb timer from LOADS of places that just needed it for logging.
2021-01-21 19:22:02 -08:00
..
examples Rename phase -> stage in the JSON traffic signal format. Meant to do this a long time ago. #295 2021-01-04 11:18:17 -08:00
src Remove timer.{note, warn, error} in favor of the log crate. #262 2021-01-21 19:22:02 -08:00
Cargo.toml Switch all error handling to anyhow. Nothing consumes our code as a 2021-01-05 11:35:03 -08:00