[Constants] Remove BuildInfo require as global anyway
This commit is contained in:
parent
f599d1bd1d
commit
25b84f4837
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
const { releaseChannel } = require('./utils/buildInfo');
|
||||
|
||||
const titleCase = s => s[0].toUpperCase() + s.slice(1);
|
||||
|
||||
const appNameSuffix = releaseChannel === 'stable' ? '' : titleCase(releaseChannel);
|
||||
|
|
Loading…
Reference in a new issue