Skip to content

Commit 585e199

Browse files
authored
Remove this warning message (#3244)
It's not as helpful because it can confuse other people and cause false alarm. One use of this function is to parse an optional environment variable. So if it is not set, it'll constantly prints out the warning message.
1 parent 36ffe82 commit 585e199

File tree

1 file changed

+0
-1
lines changed
  • packages/template-retail-react-app/config

1 file changed

+0
-1
lines changed

packages/template-retail-react-app/config/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function parseSettings(settings) {
2626
}
2727
}
2828

29-
console.warn('Cannot parse settings from:', settings)
3029
return
3130
}
3231

0 commit comments

Comments
 (0)