Removed debug logging statement for ram parser AST

This commit is contained in:
danielyxie 2018-06-02 22:10:24 -05:00
parent 957ce44316
commit 81e828d7e7
3 changed files with 0 additions and 3 deletions

@ -25626,7 +25626,6 @@ function parseOnlyRamCalculate(server, code, workerScript) {
// onto the main reference map, and a list of modules that need to be parsed.
function parseOnlyCalculateDeps(code, currentModule) {
const ast = Object(_utils_acorn_js__WEBPACK_IMPORTED_MODULE_12__["parse"])(code, {sourceType:"module", ecmaVersion: 8});
console.log(ast);
// Everything from the global scope goes in ".". Everything else goes in ".function", where only
// the outermost layer of functions counts.

@ -25626,7 +25626,6 @@ function parseOnlyRamCalculate(server, code, workerScript) {
// onto the main reference map, and a list of modules that need to be parsed.
function parseOnlyCalculateDeps(code, currentModule) {
const ast = Object(_utils_acorn_js__WEBPACK_IMPORTED_MODULE_12__["parse"])(code, {sourceType:"module", ecmaVersion: 8});
console.log(ast);
// Everything from the global scope goes in ".". Everything else goes in ".function", where only
// the outermost layer of functions counts.

@ -484,7 +484,6 @@ function parseOnlyRamCalculate(server, code, workerScript) {
// onto the main reference map, and a list of modules that need to be parsed.
function parseOnlyCalculateDeps(code, currentModule) {
const ast = parse(code, {sourceType:"module", ecmaVersion: 8});
console.log(ast);
// Everything from the global scope goes in ".". Everything else goes in ".function", where only
// the outermost layer of functions counts.