Skip to content

Commit 1c18613

Browse files
author
Lucas Bento
authored
Remove error of trying to parse config file (#61)
2 parents f210114 + 27b31b5 commit 1c18613

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/generator/src/utils.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ export const getCreateGraphQLConfig = () => {
252252
// it won't throw errors
253253
return config;
254254
} catch (err) {
255-
console.error('Error while trying to parse config file', err);
256-
257255
// Return the default config if the custom doesn't exist
258256
return config;
259257
}

0 commit comments

Comments
 (0)