diff --git a/source/org/thdl/util/Trie.java b/source/org/thdl/util/Trie.java index cc2fbe1..760382e 100644 --- a/source/org/thdl/util/Trie.java +++ b/source/org/thdl/util/Trie.java @@ -228,7 +228,6 @@ public class Trie // the key is not 7-bit ASCII so we won't find it here node = null; - ThdlDebug.noteIffyCode(); } if (node == null)