aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
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
43fn main() { 43fn 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.));