diff --git a/eppo_client/configuration_requestor.py b/eppo_client/configuration_requestor.py index 4dedc91..78a69e1 100644 --- a/eppo_client/configuration_requestor.py +++ b/eppo_client/configuration_requestor.py @@ -66,7 +66,6 @@ def fetch_and_store_configurations(self): if flag_data.get("bandits", {}): bandit_data = self.fetch_bandits() - print(bandit_data) self.store_bandits(bandit_data) self.__is_initialized = True except Exception as e: