FactorioClient: remove duplicate log

This commit is contained in:
Fabian Dill 2021-06-06 23:59:15 +02:00
parent 353ea0fbbe
commit 4b283242fe
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ class FactorioContext(CommonContext):
logger.info(text)
if self.rcon_client:
text = self.factorio_json_text_parser(args["data"])
logger.info(text)
cleaned_text = text.replace('"', '')
self.rcon_client.send_command(f"/sc game.print(\"[font=default-large-bold]Archipelago:[/font] "
f"{cleaned_text}\")")