From 943e085949ac50597a7386dc19ed84e39a9ce201 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Wed, 7 Aug 2019 19:31:35 +0530 Subject: remove unused crates --- src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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! { } fn main() { - env_logger::init(); if !CONFIGURATION.input.is_empty() { // command mode // let evaled = eval_math_expression(&CONFIGURATION.input[..], Some(0.)); -- cgit v1.2.3