mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-26 08:34:10 +00:00
Remove info log for IOStream using default. (#2281)
This commit is contained in:
parent
42b27b9a9d
commit
b6ac8da554
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user