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.
1 parent 6a4b3a1 commit 15278feCopy full SHA for 15278fe
javascript/extractor/src/com/semmle/ts/extractor/TypeScriptASTConverter.java
@@ -1712,7 +1712,6 @@ private Node convertNamespaceDeclaration(JsonObject node, SourceLocation loc) th
1712
// Declaration of form: declare module "X" {...}
1713
ExternalModuleDeclaration decl = new ExternalModuleDeclaration(loc, (Literal) nameNode, body);
1714
attachSymbolInformation(decl, node);
1715
- System.out.println("ExternalModuleDeclaration symbol = " + decl.getSymbol());
1716
return decl;
1717
}
1718
if (hasFlag(node, "GlobalAugmentation")) {
0 commit comments