aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/logs/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/logs/helpers.py')
-rw-r--r--autogpts/autogpt/autogpt/logs/helpers.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/autogpts/autogpt/autogpt/logs/helpers.py b/autogpts/autogpt/autogpt/logs/helpers.py
index 580e09a8a..d81f01d67 100644
--- a/autogpts/autogpt/autogpt/logs/helpers.py
+++ b/autogpts/autogpt/autogpt/logs/helpers.py
@@ -3,7 +3,7 @@ from typing import Any, Optional
from colorama import Fore
-from .config import SPEECH_OUTPUT_LOGGER, USER_FRIENDLY_OUTPUT_LOGGER, _chat_plugins
+from .config import SPEECH_OUTPUT_LOGGER, USER_FRIENDLY_OUTPUT_LOGGER
def user_friendly_output(
@@ -21,10 +21,6 @@ def user_friendly_output(
"""
logger = logging.getLogger(USER_FRIENDLY_OUTPUT_LOGGER)
- if _chat_plugins:
- for plugin in _chat_plugins:
- plugin.report(f"{title}: {message}")
-
logger.log(
level,
message,