We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 623a068 + 97a7b19 commit 2d857beCopy full SHA for 2d857be
src/parser.js
@@ -691,9 +691,9 @@ function compile(
691
var macros = extractMacros(lang, txt, { lib, reader });
692
txt = expandMacros(txt, macros);
693
694
- console.log("\n\n=== [PASS 0] EXPAND-MACROS ===");
695
- console.log(macros);
696
- // console.log(txt);
+ logCallback("\n\n=== [PASS 0] EXPAND-MACROS ===");
+ logCallback(macros);
+ // logCallback(txt);
697
698
var tokens = wy2tokens(txt, assert);
699
0 commit comments