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 fe4ab5c commit 24d5631Copy full SHA for 24d5631
packages/typechain/src/codegen/syntax.ts
@@ -41,7 +41,6 @@ export function getUsedIdentifiers(identifiers: string[], sourceFile: string): s
41
identifiers.forEach((identifier) => {
42
if (new RegExp(`\\W${identifier}(\\W|$)`).test(sourceFile)) usedIdentifiers.add(identifier)
43
})
44
- console.log(Array.from(usedIdentifiers))
45
return Array.from(usedIdentifiers)
46
}
47
0 commit comments