diff --git a/autogen/io/base.py b/autogen/io/base.py index ba05767d3..476e37db0 100644 --- a/autogen/io/base.py +++ b/autogen/io/base.py @@ -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)