Skip to content

Commit 0bc4fbd

Browse files
update: remove debug print statement from Optimizely class
1 parent c637878 commit 0bc4fbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

optimizely/optimizely.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,6 @@ def _decide_for_keys(
13691369
user_context,
13701370
merged_decide_options
13711371
)
1372-
print("here")
13731372
for i in range(0, len(flags_without_forced_decision)):
13741373
decision = decision_list[i]['decision']
13751374
reasons = decision_list[i]['reasons']

0 commit comments

Comments
 (0)