Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-doerr committed Sep 30, 2021
1 parent 9d2f3c1 commit 8b1aa88
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ def create_completion(stop=None):
input_prompt += '\n'.join(vim_buf[:row-1])
input_prompt += '\n' + vim_buf[row-1][:col]
stop = get_first_line_below_cursor_with_text()
# print('stop type', type(stop))
# print('stop len', len(stop))
# print("stop:", stop)
# input()
response = complete_input(input_prompt, stop=stop, max_tokens=max_tokens)
write_response(response, stop=stop)

Expand Down

0 comments on commit 8b1aa88

Please sign in to comment.