Removed print statement

This commit is contained in:
= 2022-06-11 23:24:28 -04:00
parent 0e2119a87d
commit e2bb964423

View File

@ -1,4 +1,3 @@
print("Dev")
--[[
MIT License
@ -35,7 +34,7 @@ if not _G["$multi"] then
_G["$multi"] = {multi=multi,thread=thread}
end
multi.Version = "15.2.0"
multi.Version = "15.3.0"
multi.Name = "root"
multi.NIL = {Type="NIL"}
local NIL = multi.NIL
@ -1472,7 +1471,6 @@ co_status = {
switch[task](ref,thd)
cmds[r1](ref,r2,r3,r4,r5)
if ret ~= CMD and _ ~= nil then -- The rework makes this necessary
print("Hello")
co_status["dead"](thd,ref,task,i,th)
end
r1=nil r2=nil r3=nil r4=nil r5=nil