diff options
author | NerdyPepper <[email protected]> | 2019-08-07 15:01:35 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-08-07 15:01:35 +0100 |
commit | 943e085949ac50597a7386dc19ed84e39a9ce201 (patch) | |
tree | 2801bfe537c1c43baa864c314e2b4502a216ff68 /src | |
parent | 39e4e643981d5ac52a440bf7e3691fca3228b1d2 (diff) |
remove unused crates
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index ea9e65a..c9debe5 100644 --- a/src/main.rs +++ b/src/main.rs | |||
@@ -41,7 +41,6 @@ lazy_static! { | |||
41 | } | 41 | } |
42 | 42 | ||
43 | fn main() { | 43 | fn main() { |
44 | env_logger::init(); | ||
45 | if !CONFIGURATION.input.is_empty() { | 44 | if !CONFIGURATION.input.is_empty() { |
46 | // command mode // | 45 | // command mode // |
47 | let evaled = eval_math_expression(&CONFIGURATION.input[..], Some(0.)); | 46 | let evaled = eval_math_expression(&CONFIGURATION.input[..], Some(0.)); |