From b2152986491c972e4e843bc36b4ed011abdc3845 Mon Sep 17 00:00:00 2001 From: ebolam Date: Wed, 7 Sep 2022 15:45:58 -0400 Subject: [PATCH] Remove debug messages --- aiserver.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/aiserver.py b/aiserver.py index 7d1a86a7..e344a657 100644 --- a/aiserver.py +++ b/aiserver.py @@ -4018,13 +4018,10 @@ def actionsubmit(data, actionmode=0, force_submit=False, force_prompt_gen=False, data = f"\n\n> {data}\n" # "Chat" mode - print(koboldai_vars.chatmode) - print(koboldai_vars.gamestarted) if(koboldai_vars.chatmode and koboldai_vars.gamestarted): data = re.sub(r'\n+', ' ', data) if(len(data)): data = f"\n{koboldai_vars.chatname}: {data}\n" - print("Chat Mode Data: {}".format(data)) # If we're not continuing, store a copy of the raw input if(data != ""):