Skip to content

Commit

Permalink
chore: remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
2heal1 committed Jul 22, 2024
1 parent 67e1bfa commit 576a915
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/dts-plugin/src/core/lib/typeScriptCompiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 576a915

Please sign in to comment.