Skip to content

Commit f4cdb5f

Browse files
OK
1 parent f8b54fc commit f4cdb5f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

SRC/std-apply-macro-candidates.lsts

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ let std-apply-macro-candidates(tctx: TContext?, mname: CString, margs: AST, cand
1111
if not(non-zero(t)) {
1212
(let new-tctx, let mctx) = std-try-destructure-macro(tctx, margs, ctype, mlhs);
1313
if mctx.is-some then mctx = union(mctx, Some{extract-uuids(mrhs)});
14-
if mctx.is-some then {
15-
for Tuple{mk=first, mt=second} in mctx.get-or-panic {
16-
print("mctx \{mk} => \{mt}\n");
17-
}
18-
};
1914
if mctx.is-some then t = substitute(mctx.get-or-panic, mrhs);
2015
}
2116
};

0 commit comments

Comments
 (0)