Skip to content

Commit

Permalink
Remove info log for IOStream using default. (#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu authored Apr 5, 2024
1 parent 42b27b9 commit b6ac8da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autogen/io/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def get_default() -> "IOStream":
"""
iostream = IOStream._default_io_stream.get()
if iostream is None:
logger.info("No default IOStream has been set, defaulting to IOConsole.")
iostream = IOStream.get_global_default()
# Set the default IOStream of the current context (thread/cooroutine)
IOStream.set_default(iostream)
Expand Down

0 comments on commit b6ac8da

Please sign in to comment.