delete debug stuff

This commit is contained in:
Graham Christensen 2017-11-10 21:43:35 -05:00
parent 6967ec2d64
commit 366e869df1
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -51,9 +51,6 @@ fn main() {
Table::new()
).unwrap();
let ten_sec = time::Duration::from_secs(10);
thread::sleep(ten_sec);
channel.start_consuming();
println!("Finished consuming?");