From ee2628fca47006a094e14f53d1610643267fab48 Mon Sep 17 00:00:00 2001 From: Sven Schmit Date: Mon, 3 Jun 2024 10:36:57 -0700 Subject: [PATCH] remove unneeded print statement --- eppo_client/configuration_requestor.py | 1 - 1 file changed, 1 deletion(-) 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: