Skip to content

Commit

Permalink
removing line
Browse files Browse the repository at this point in the history
Signed-off-by: Chapman Siu <chapm0n.siu@gmail.com>
  • Loading branch information
8bit-pixies committed Jul 6, 2021
1 parent e7da44c commit f6cedec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/python/feast/feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ def to_proto(self) -> FeatureViewProto:
ttl_duration = Duration()
ttl_duration.FromTimedelta(self.ttl)

print(f"Stream source: {self.stream_source}, {type(self.stream_source)}")

spec = FeatureViewSpecProto(
name=self.name,
entities=self.entities,
Expand Down

0 comments on commit f6cedec

Please sign in to comment.