Skip to content

Commit

Permalink
fix: remove debugging log for config file output
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed Apr 28, 2022
1 parent 2e08c6a commit f335dc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utilities/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export function getNodeModulesPath() {
export const config_path = path.join(process.cwd(), 'fa.config.json')

export async function useConfig() {
out.info('Using config file:', config_path)
if (!config) {
if (!fileExists(config_path)) {
// create with inquirer
Expand Down

0 comments on commit f335dc4

Please sign in to comment.