Skip to content

Commit 15278fe

Browse files
committed
JS: Remove debug println
1 parent 6a4b3a1 commit 15278fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/extractor/src/com/semmle/ts/extractor/TypeScriptASTConverter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,6 @@ private Node convertNamespaceDeclaration(JsonObject node, SourceLocation loc) th
17121712
// Declaration of form: declare module "X" {...}
17131713
ExternalModuleDeclaration decl = new ExternalModuleDeclaration(loc, (Literal) nameNode, body);
17141714
attachSymbolInformation(decl, node);
1715-
System.out.println("ExternalModuleDeclaration symbol = " + decl.getSymbol());
17161715
return decl;
17171716
}
17181717
if (hasFlag(node, "GlobalAugmentation")) {

0 commit comments

Comments
 (0)