[Constants] Remove BuildInfo require as global anyway

This commit is contained in:
Ducko 2022-04-21 22:52:23 +01:00
parent f599d1bd1d
commit 25b84f4837
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
const { releaseChannel } = require('./utils/buildInfo');
const titleCase = s => s[0].toUpperCase() + s.slice(1);
const appNameSuffix = releaseChannel === 'stable' ? '' : titleCase(releaseChannel);