From d5d790b94ea041c8d490f05e2b493a360c9477ff Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Tue, 13 Jun 2017 19:00:35 -0700 Subject: Remove amusing println --- src/path/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/path/mod.rs b/src/path/mod.rs index ff93287..4c4dc2b 100644 --- a/src/path/mod.rs +++ b/src/path/mod.rs @@ -82,8 +82,6 @@ impl Expression { if let ValueKind::Table(ref mut map) = value.kind { Some(map.entry(key.clone()).or_insert_with(|| Value::new(None, ValueKind::Nil))) } else { - println!("WHAT THE FUCK?"); - unreachable!(); } } -- cgit v1.2.3