diff --git a/src/constant.js b/src/constant.js index 61c32889..8452f458 100644 --- a/src/constant.js +++ b/src/constant.js @@ -175,5 +175,4 @@ export const CONSTANTS = { NO_RESULT_OR_ERROR_MESSAGE: 'No result or error in response. eg: {jsonrpc: "2.0", id: x }', SCHEMA_VALIDATION: 'Schema Validation', DEFAULT_APP_ID: 'DEFAULT_APP_ID', - DEFAULT_MAC: 'DEFAULT_MAC', }; diff --git a/src/utils/Utils.js b/src/utils/Utils.js index 950b5c2d..000067e5 100644 --- a/src/utils/Utils.js +++ b/src/utils/Utils.js @@ -173,9 +173,6 @@ function pushReportToS3(report) { } }); }); - } else { - process.env.MACADDRESS = CONSTANTS.DEFAULT_MAC; - macAddress = process.env.MACADDRESS; } } else { macAddress = process.env.MACADDRESS;