remove trace causing error
This commit is contained in:
@@ -258,7 +258,6 @@ class Helpers {
|
|||||||
function makeSwitchPattern(patternExp:ReaderExp):Array<Expr> {
|
function makeSwitchPattern(patternExp:ReaderExp):Array<Expr> {
|
||||||
return switch (patternExp.def) {
|
return switch (patternExp.def) {
|
||||||
case _ if (k.hscript):
|
case _ if (k.hscript):
|
||||||
trace(patternExp);
|
|
||||||
var patternExpr = k.forCaseParsing().convert(patternExp);
|
var patternExpr = k.forCaseParsing().convert(patternExp);
|
||||||
[switch (patternExpr.expr) {
|
[switch (patternExpr.expr) {
|
||||||
case EConst(CString(_, _)):
|
case EConst(CString(_, _)):
|
||||||
|
Reference in New Issue
Block a user