Remove prints

This commit is contained in:
pro100ton 2025-02-02 18:05:53 +03:00
parent 88b0c1ffc2
commit 3af7600379
2 changed files with 0 additions and 2 deletions

View file

@ -1 +0,0 @@
print("Hello from golang file")

View file

@ -124,7 +124,6 @@ end
-- autoinstall modules depending on currently installed python version -- autoinstall modules depending on currently installed python version
-- NOTE: You must install removed dependencies manually -- NOTE: You must install removed dependencies manually
local python_version = get_python_version() local python_version = get_python_version()
print(python_version)
if python_version == nil then if python_version == nil then
python_version = "Python 3.13" python_version = "Python 3.13"
end end