From 1a293afbc63e6c43c9be5dececa26751d634f099 Mon Sep 17 00:00:00 2001 From: Jack Urbanek Date: Mon, 1 Aug 2022 16:31:43 -0400 Subject: [PATCH] Unused print --- .../blueprints/parlai_chat/parlai_chat_agent_state.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mephisto/abstractions/blueprints/parlai_chat/parlai_chat_agent_state.py b/mephisto/abstractions/blueprints/parlai_chat/parlai_chat_agent_state.py index fac2d1a4e..8d42f14dc 100644 --- a/mephisto/abstractions/blueprints/parlai_chat/parlai_chat_agent_state.py +++ b/mephisto/abstractions/blueprints/parlai_chat/parlai_chat_agent_state.py @@ -69,7 +69,6 @@ def _load_data(self) -> None: def get_data(self) -> Dict[str, Any]: """Return dict with the messages of this agent""" - print(self.metadata) return { "outputs": { "messages": self.messages,