Skip to content

Commit

Permalink
Revert "test precommit hooks"
Browse files Browse the repository at this point in the history
This reverts commit 12af269.
  • Loading branch information
matteomorlack committed Sep 3, 2024
1 parent 12af269 commit 9507a62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export function isProjectFactory(projectType: string) {
dirData.find((c) => c.name === '.idea') !== undefined;
default:
throw new Error(`Unknown project type: ${projectType}`);
console.log('test');
}
}

Expand Down

0 comments on commit 9507a62

Please sign in to comment.