forked from the-distro/ofborg
delete debug stuff
This commit is contained in:
parent
6967ec2d64
commit
366e869df1
1 changed files with 0 additions and 3 deletions
|
@ -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?");
|
||||
|
|
Loading…
Reference in a new issue