Skip to content

Commit fdeb7f0

Browse files
committed
disable ast-parser logging
1 parent 8642a73 commit fdeb7f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • build/project-template-gradle/build-tools/android-static-binding-generator/ast-parser

build/project-template-gradle/build-tools/android-static-binding-generator/ast-parser/js_parser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
///////////////// CONFIGURATION /////////////////
1111

12-
var disableLogger = false;
12+
var disableLogger = true;
1313
if (process.env.AST_PARSER_DISABLE_LOGGING && process.env.AST_PARSER_DISABLE_LOGGING.trim() === "true") {
1414
disableLogger = true;
1515
}
@@ -294,4 +294,4 @@ var exceptionHandler = function (reason) {
294294
else {
295295
logger.error("(*)(*)(*)Error: Exception Handler Caught: " + reason);
296296
}
297-
}
297+
}

0 commit comments

Comments
 (0)