Remove unused import of log crate

This commit is contained in:
Matthias Beyer 2017-02-04 11:26:53 +01:00
parent 0037ca666b
commit 9a1a1e22c2

View file

@ -33,7 +33,6 @@
while_true,
)]
#[macro_use] extern crate log;
extern crate glob;
extern crate toml;