Skip to content

Commit

Permalink
remove debug return
Browse files Browse the repository at this point in the history
  • Loading branch information
gptlang committed Feb 5, 2024
1 parent 3644634 commit 9e88f87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rplugin/python3/handlers/chat_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def _add_chat_messages(
last_line_col,
[tok.encode("utf-8") for tok in token.split("\n")],
)
return

def _add_end_separator(self, model: str, no_annoyance: bool = False):
current_datetime = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
Expand Down

0 comments on commit 9e88f87

Please sign in to comment.