Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-vignal committed Sep 3, 2024
1 parent a8151c3 commit 4c9b2ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions shapash/webapp/utils/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,12 +795,6 @@ def handle_group_display_logic(
else None
)

print("selected_click_data_store == selected_click_data: ", selected_click_data_store == selected_click_data)
print("click_data_store == click_data: ", click_data_store == click_data)
print("selected_feature: ", selected_feature)
print("group_name", group_name)
print("features_dict.get(group_name, group_name)", features_dict.get(group_name, group_name))

if (triggered_input == "card_global_feature_importance.n_clicks") and (
selected_click_data_store == selected_click_data
):
Expand Down

0 comments on commit 4c9b2ec

Please sign in to comment.