From b40801633352368ce42aea7d0e4ebd70af4732e7 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Sat, 9 Mar 2024 13:14:51 +0100 Subject: removed config path log --- py/utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'py/utils.py') diff --git a/py/utils.py b/py/utils.py index 1e2ae95..19de7c4 100644 --- a/py/utils.py +++ b/py/utils.py @@ -20,7 +20,6 @@ class KnownError(Exception): def load_api_key(): config_file_path = os.path.expanduser(vim.eval("g:vim_ai_token_file_path")) - print(config_file_path) api_key_param_value = os.getenv("OPENAI_API_KEY") try: with open(config_file_path, 'r') as file: -- cgit v1.2.3