diff --git a/packages/dts-plugin/src/core/lib/typeScriptCompiler.ts b/packages/dts-plugin/src/core/lib/typeScriptCompiler.ts index 56fdf455c77..32e556895b1 100644 --- a/packages/dts-plugin/src/core/lib/typeScriptCompiler.ts +++ b/packages/dts-plugin/src/core/lib/typeScriptCompiler.ts @@ -213,11 +213,6 @@ export const compileTs = async ( } catch (err) { if (isDebugMode()) { console.log('tsconfig: ', JSON.stringify(tsConfig, null, 2)); - console.log('tempTsConfigJsonPath: ', tempTsConfigJsonPath); - console.log( - 'tempTsConfigJson: ', - readFileSync(tempTsConfigJsonPath, 'utf-8'), - ); } throw err; }