Duration not used in Stats

This commit is contained in:
Graham Christensen 2018-02-23 17:16:57 -05:00
parent 4bd9562075
commit e7023dfc95
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -10,7 +10,6 @@ use ofborg::easyamqp::TypedWrappers;
use hyper::server::{Request, Response, Server}; use hyper::server::{Request, Response, Server};
use std::thread; use std::thread;
use std::time::Duration;
fn main() { fn main() {
let cfg = config::load(env::args().nth(1).unwrap().as_ref()); let cfg = config::load(env::args().nth(1).unwrap().as_ref());