remove trace causing error

This commit is contained in:
2023-02-25 09:56:22 -07:00
parent e5d22ae6ad
commit 1632cfbc19

View File

@@ -258,7 +258,6 @@ class Helpers {
function makeSwitchPattern(patternExp:ReaderExp):Array<Expr> {
return switch (patternExp.def) {
case _ if (k.hscript):
trace(patternExp);
var patternExpr = k.forCaseParsing().convert(patternExp);
[switch (patternExpr.expr) {
case EConst(CString(_, _)):