Skip to content

Commit

Permalink
remove .inform
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Jul 4, 2024
1 parent 28f87fc commit c2e918e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions streamable/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,6 @@ def group(
validate_group_seconds(seconds)
return GroupStream(self, size, seconds, by)

def inform(self) -> "Stream[T]":
"""
Logs `repr(self)` (INFO level)
"""
get_logger().info("\n%s\n", repr(self))
return self

def map(
self,
transformation: Callable[[T], U],
Expand Down

0 comments on commit c2e918e

Please sign in to comment.