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