Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jan 23, 2024
1 parent 53c0c07 commit 5d5b7ac
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ const isMatching = (
): boolean => {
if (target.isModule) return false;

console.log("isMatching", { target, terraformSchemaName });

const elements = terraformSchemaName.split("/");

if (elements.length === 1) {
Expand Down

0 comments on commit 5d5b7ac

Please sign in to comment.