mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Remove info log for IOStream using default. (#2281)
This commit is contained in:
@@ -76,7 +76,6 @@ class IOStream(InputStream, OutputStream, Protocol):
|
||||
"""
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user