remove debug print

This commit is contained in:
Cloud Wu
2014-07-29 21:56:36 +08:00
parent deed51d309
commit c78466b486
2 changed files with 0 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ local function monitor(name, obj, cobj)
end
sd.update(obj, newobj)
end
print("name exit")
end
function sharedata.query(name)

View File

@@ -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