Skip to content

Commit 576a915

Browse files
committed
chore: remove useless log
1 parent 67e1bfa commit 576a915

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/dts-plugin/src/core/lib/typeScriptCompiler.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,6 @@ export const compileTs = async (
213213
} catch (err) {
214214
if (isDebugMode()) {
215215
console.log('tsconfig: ', JSON.stringify(tsConfig, null, 2));
216-
console.log('tempTsConfigJsonPath: ', tempTsConfigJsonPath);
217-
console.log(
218-
'tempTsConfigJson: ',
219-
readFileSync(tempTsConfigJsonPath, 'utf-8'),
220-
);
221216
}
222217
throw err;
223218
}

0 commit comments

Comments
 (0)