diff options
Diffstat (limited to 'src/main.rs')
-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.)); |