summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-13 19:00:35 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-13 19:00:35 -0700
commitd5d790b94ea041c8d490f05e2b493a360c9477ff (patch)
treeb84161620c58d50ce9da8bd1c429dfcf6c199500
parent47ad966e064f842056e7c1b7abe8ef64d127f5be (diff)
Remove amusing println
-rw-r--r--src/path/mod.rs2
1 files changed, 0 insertions, 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!();
}
}