Remove prints
This commit is contained in:
parent
88b0c1ffc2
commit
3af7600379
2 changed files with 0 additions and 2 deletions
|
@ -1 +0,0 @@
|
||||||
print("Hello from golang 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
|
||||||
|
|
Loading…
Reference in a new issue