Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 3ea7cf5

Browse files
authored
remove unneeded print statement (#47)
1 parent af5c5fd commit 3ea7cf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eppo_client/configuration_requestor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def fetch_and_store_configurations(self):
6666

6767
if flag_data.get("bandits", {}):
6868
bandit_data = self.fetch_bandits()
69-
print(bandit_data)
7069
self.store_bandits(bandit_data)
7170
self.__is_initialized = True
7271
except Exception as e:

0 commit comments

Comments
 (0)