Skip to content

Commit

Permalink
fix: #276 remove console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOGo committed Oct 13, 2022
1 parent fc66294 commit 9f9a59d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,6 @@ const ruleFunction: StylelintPlugin<PrimaryOptions, SecondaryOptions> =
node.value = fixedValue;
}
} catch (error) {
console.error(
error,
messages.failedToFix(error, value, nodeProp)
);
const { raws } = node;
// eslint-disable-next-line prefer-destructuring
const start = node.source!.start;
Expand Down

0 comments on commit 9f9a59d

Please sign in to comment.