diff --git a/localstack/config.py b/localstack/config.py index 6e5b4aefc0fbe..6664f02afe8dd 100644 --- a/localstack/config.py +++ b/localstack/config.py @@ -247,7 +247,6 @@ def load_environment(profiles: str = None, env=os.environ) -> List[str]: profile = profile.strip() path = os.path.join(CONFIG_DIR, f"{profile}.env") if not os.path.exists(path): - print(f"Profile '{profile}' specified, but file {path} not found.") continue environment.update(dotenv.dotenv_values(path))