fix: removed unwanted logging of global environment variables in the console (#5904)

This commit is contained in:
Abhishek S Lal
2025-10-29 13:57:57 +05:30
committed by GitHub
parent 18848cdb26
commit a15dcdb133

View File

@@ -195,7 +195,6 @@ export const globalEnvironmentsUpdateEvent = ({ globalEnvironmentVariables }) =>
}
let variables = cloneDeep(environment?.variables);
console.log('globalEnvironmentVariables', globalEnvironmentVariables);
// "globalEnvironmentVariables" will include only the enabled variables and newly added variables created using the script.
// Update the value of each variable if it's present in "globalEnvironmentVariables", otherwise keep the existing value.