diff --git a/sdk/python/feast/feature_view.py b/sdk/python/feast/feature_view.py index c9cac6a29c..9728ad2092 100644 --- a/sdk/python/feast/feature_view.py +++ b/sdk/python/feast/feature_view.py @@ -182,8 +182,6 @@ def to_proto(self) -> FeatureViewProto: ttl_duration = Duration() ttl_duration.FromTimedelta(self.ttl) - print(f"Stream soruce: {self.stream_source}, {type(self.stream_source)}") - spec = FeatureViewSpecProto( name=self.name, entities=self.entities,