From 3af760037900991f2f056e12889197608b3fa35e Mon Sep 17 00:00:00 2001 From: pro100ton Date: Sun, 2 Feb 2025 18:05:53 +0300 Subject: [PATCH] Remove prints --- ftplugin/go.lua | 1 - lua/custom/lsp.lua | 1 - 2 files changed, 2 deletions(-) diff --git a/ftplugin/go.lua b/ftplugin/go.lua index 1473193..e69de29 100644 --- a/ftplugin/go.lua +++ b/ftplugin/go.lua @@ -1 +0,0 @@ -print("Hello from golang file") diff --git a/lua/custom/lsp.lua b/lua/custom/lsp.lua index 00ccedc..8b4dc8b 100644 --- a/lua/custom/lsp.lua +++ b/lua/custom/lsp.lua @@ -124,7 +124,6 @@ end -- autoinstall modules depending on currently installed python version -- NOTE: You must install removed dependencies manually local python_version = get_python_version() -print(python_version) if python_version == nil then python_version = "Python 3.13" end