mirror of
https://github.com/github/codeql.git
synced 2026-01-05 18:50:23 +01:00
JS: Remove debug println
This commit is contained in:
@@ -1712,7 +1712,6 @@ public class TypeScriptASTConverter {
|
||||
// Declaration of form: declare module "X" {...}
|
||||
ExternalModuleDeclaration decl = new ExternalModuleDeclaration(loc, (Literal) nameNode, body);
|
||||
attachSymbolInformation(decl, node);
|
||||
System.out.println("ExternalModuleDeclaration symbol = " + decl.getSymbol());
|
||||
return decl;
|
||||
}
|
||||
if (hasFlag(node, "GlobalAugmentation")) {
|
||||
|
||||
Reference in New Issue
Block a user