Skip to content

Commit

Permalink
Remove more prints
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <[email protected]>
  • Loading branch information
achals committed Sep 9, 2021
1 parent 3e909a2 commit 729e77d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sdk/python/feast/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,14 +918,9 @@ def _augment_response_with_on_demand_transforms(
if full_feature_names
else transformed_feature
)
print(
f"transformed_feature: {transformed_feature}, transformed_feature_name: {transformed_feature_name}"
)
proto_value = python_value_to_proto_value(
transformed_features_df[transformed_feature].values[row_idx]
)
print(f"transformed_feature: {proto_value}, `{type(proto_value)}` ")
print(f"result_row: {result_row.fields[transformed_feature_name]}")
result_row.fields[transformed_feature_name].CopyFrom(proto_value)
result_row.statuses[
transformed_feature_name
Expand Down

0 comments on commit 729e77d

Please sign in to comment.