diff --git a/src/Constants.js b/src/Constants.js index 93c1e53..efcb676 100644 --- a/src/Constants.js +++ b/src/Constants.js @@ -1,5 +1,3 @@ -const { releaseChannel } = require('./utils/buildInfo'); - const titleCase = s => s[0].toUpperCase() + s.slice(1); const appNameSuffix = releaseChannel === 'stable' ? '' : titleCase(releaseChannel);