INFRA-3970 | Dhruv | remove console logs
This commit is contained in:
@@ -303,7 +303,6 @@ const Form = (props: any) => {
|
||||
|
||||
const updatedManifest = JSON.parse(JSON.stringify(manifest));
|
||||
|
||||
console.log(limitBreachedValues, defaultValues, updatedManifest);
|
||||
unsetOrSetDefaultValues(updatedManifest, limitBreachedValues, defaultValues);
|
||||
|
||||
const postManifestResponse = await post(updatedManifest, API_TO_POST_MANIFEST);
|
||||
|
||||
@@ -141,7 +141,6 @@ const isChangeRequestRequired = (limit, value, previousValue, manifestEnv) => {
|
||||
return true;
|
||||
}
|
||||
if (limit.hasOwnProperty('object')) {
|
||||
console.log('limit.object', limit.object);
|
||||
for (const json of limit.object) {
|
||||
const jsonObj = JSON.parse(json);
|
||||
const flag = _.some([value], jsonObj);
|
||||
|
||||
Reference in New Issue
Block a user