mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: removed unwanted logging of global environment variables in the console (#5904)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user