fix(webapp): stop logging every environment on a lookup miss (#4402)

This commit is contained in:
Chris Arderne
2026-07-29 17:37:58 +01:00
committed by GitHub
parent 878c15811a
commit ed8f5e1297
@@ -235,7 +235,7 @@ export class OrganizationsPresenter {
if (!env) {
logger.info("Not Found: environment", {
environmentSlug,
environments,
environmentCount: environments.length,
});
}
}