aboutsummaryrefslogtreecommitdiff
path: root/nomsu_tree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_tree.lua')
-rw-r--r--nomsu_tree.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/nomsu_tree.lua b/nomsu_tree.lua
index 5b7a463..9a492f3 100644
--- a/nomsu_tree.lua
+++ b/nomsu_tree.lua
@@ -38,9 +38,6 @@ Tree = function(name, kind, methods)
if not (next(fn)) then
return self
end
- if type(next(fn)) == 'string' then
- error("SHIT")
- end
local _replacements = fn
fn = function(k)
return _replacements[k]