Skip to content
Snippets Groups Projects
Commit 007acd8d authored by Sky Brewer's avatar Sky Brewer
Browse files

Remove duplicate code

parent d4fd88cd
No related branches found
No related tags found
2 merge requests!497CE-2790: Prepare for 4.0.0,!486Resolve CE-2395 "Typescript start"
...@@ -12,14 +12,6 @@ if ( ...@@ -12,14 +12,6 @@ if (
worker.start(); worker.start();
} }
if (
process.env.NODE_ENV === "development" &&
process.env.REACT_APP_MOCK_CCCE_API === "YES"
) {
const { worker } = require("./mocks/browser");
worker.start();
}
// Set license key // Set license key
LicenseInfo.setLicenseKey(process.env.REACT_APP_MUI_PRO_LICENSE_KEY); LicenseInfo.setLicenseKey(process.env.REACT_APP_MUI_PRO_LICENSE_KEY);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment