mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 04:05:42 +00:00
remove error logging for missing global environment (#3447)
This commit is contained in:
@@ -183,7 +183,6 @@ export const globalEnvironmentsUpdateEvent = ({ globalEnvironmentVariables }) =>
|
||||
const environment = globalEnvironments?.find(env => env?.uid == environmentUid);
|
||||
|
||||
if (!environment || !environmentUid) {
|
||||
console.error('Global Environment not found');
|
||||
return resolve();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user