diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-29 11:13:58 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-05-29 11:14:07 -0700 |
| commit | e17822d1e548f96952efb95c64c69704fdfeaf76 (patch) | |
| tree | 209d604ac323c36453730bc354e2c7d8e467e121 /nomsu_tree.lua | |
| parent | b6be516e3fbc082b1dbd9740b95185976f4b0040 (diff) | |
Cleaned up some asserts for performance.
Diffstat (limited to 'nomsu_tree.lua')
| -rw-r--r-- | nomsu_tree.lua | 3 |
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] |
