mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
remove debug print
This commit is contained in:
@@ -46,10 +46,8 @@ do
|
|||||||
-- Module is in the init process (require the same mod at the same time in different coroutines) , waiting.
|
-- Module is in the init process (require the same mod at the same time in different coroutines) , waiting.
|
||||||
local skynet = require "skynet"
|
local skynet = require "skynet"
|
||||||
loading_queue[#loading_queue+1] = co
|
loading_queue[#loading_queue+1] = co
|
||||||
print ("Waiting " .. name)
|
|
||||||
skynet.wait(co)
|
skynet.wait(co)
|
||||||
local m = loaded[name]
|
local m = loaded[name]
|
||||||
print ("Waiting OK : " .. tostring(m))
|
|
||||||
if m == nil then
|
if m == nil then
|
||||||
error(string.format("require %s failed", name))
|
error(string.format("require %s failed", name))
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user