Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed Sep 29, 2024
1 parent 14f837d commit 082a860
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/python/feast/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ def _infer_features_and_entities(
config
)

print('\n', "*" * 50, '\ncolumn names and types\n', "*" * 50)
print(fv.name, list(zip(table_column_names_and_types)))
for col_name, col_datatype in table_column_names_and_types:
if col_name in columns_to_exclude:
continue
Expand Down

0 comments on commit 082a860

Please sign in to comment.