mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Remove debug prints
This commit is contained in:
@@ -8671,7 +8671,7 @@ def UI_2_download_story():
|
||||
@logger.catch
|
||||
def UI_2_Set_Selected_Text(data):
|
||||
if not koboldai_vars.quiet:
|
||||
print("Updating Selected Text: {}".format(data))
|
||||
logger.info("Updating Selected Text: {}".format(data))
|
||||
action_id = int(data["id"])
|
||||
|
||||
if not koboldai_vars.actions.actions[action_id].get("Original Text"):
|
||||
|
Reference in New Issue
Block a user