diff --git a/src/tasks/prettier-format.ts b/src/tasks/prettier-format.ts index 2bf6cb3da..58e5458d2 100644 --- a/src/tasks/prettier-format.ts +++ b/src/tasks/prettier-format.ts @@ -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",