Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jun 15, 2023
1 parent dcdd1eb commit 1e8c116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ const reporter_1 = __nccwpck_require__(172);
async function main() {
try {
const project = (0, core_1.getInput)("project") || "tsconfig.json";
console.log({ project });
const projectPath = resolveProjectPath(path.resolve(process.cwd(), project));
if (projectPath == null) {
throw new Error(`No valid typescript project was not found at: ${projectPath}`);
Expand Down

0 comments on commit 1e8c116

Please sign in to comment.