mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
remove debug print
This commit is contained in:
@@ -18,7 +18,6 @@ local function monitor(name, obj, cobj)
|
|||||||
end
|
end
|
||||||
sd.update(obj, newobj)
|
sd.update(obj, newobj)
|
||||||
end
|
end
|
||||||
print("name exit")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function sharedata.query(name)
|
function sharedata.query(name)
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ local function collectobj()
|
|||||||
if v == true then
|
if v == true then
|
||||||
if sharedata.host.getref(obj) <= 0 then
|
if sharedata.host.getref(obj) <= 0 then
|
||||||
objmap[obj] = nil
|
objmap[obj] = nil
|
||||||
print("collect", obj)
|
|
||||||
sharedata.host.delete(obj)
|
sharedata.host.delete(obj)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user