Skip to content

Commit

Permalink
remove console log from runPrettier function (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 authored Jul 3, 2024
1 parent 4db51ac commit b399134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tasks/prettier-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Options } from "../types";
import { SOLIDITY_FRAMEWORKS } from "../utils/consts";

async function runPrettier(targetPath: string[], prettierConfigPath: string, prettierPlugins: string[]) {
console.log("the prettier config path is", prettierConfigPath);
const result = await execa("yarn", [
"prettier",
"--write",
Expand Down

0 comments on commit b399134

Please sign in to comment.