diff --git a/rasa_vier_cvg/cvg.py b/rasa_vier_cvg/cvg.py index 783b1eb..9904456 100644 --- a/rasa_vier_cvg/cvg.py +++ b/rasa_vier_cvg/cvg.py @@ -260,9 +260,6 @@ def from_credentials(cls, credentials: Optional[Dict[Text, Any]]) -> InputChanne else: ignore_messages_when_busy = bool(ignore_messages_when_busy) -# There must be some way to access the tracker. But it is probably going to be private anyway... - - logger.info(f"Creating input with: token={'*' * len(token)} proxy={proxy} start_intent={start_intent} blocking_endpoints={blocking_endpoints} ignore_messages_when_busy={ignore_messages_when_busy}") return cls(token, start_intent, proxy, blocking_endpoints, ignore_messages_when_busy)