mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(api-extractor): remove console debug statement (#10952)
fix(api-extractor): remove console debug statement
This commit is contained in:
@@ -372,7 +372,6 @@ export class DeclarationReferenceGenerator {
|
||||
|
||||
private _getEntryPointName(sourceFile: ts.SourceFile, entry: IWorkingPackageEntryPoint): string {
|
||||
if (this._collector.program.isSourceFileFromExternalLibrary(sourceFile)) {
|
||||
console.log(sourceFile.fileName, 'is external!');
|
||||
const packageJson: INodePackageJson | undefined = this._collector.packageJsonLookup.tryLoadNodePackageJsonFor(
|
||||
sourceFile.fileName,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user