commented unused gate test code

This commit is contained in:
Redo 2020-04-23 08:58:12 -05:00
parent 44a32017e3
commit 30c48226cb

View File

@ -41,11 +41,11 @@ function Gate:queue(delay)
end
function Gate:testlogic(n)
local time = os.clock()
for i = 1, n do
self.definition.logic(self)
end
client:send("TEST\t" .. (os.clock()-time) .. "\n")
--local time = os.clock()
--for i = 1, n do
-- self.definition.logic(self)
--end
--client:send("TEST\t" .. (os.clock()-time) .. "\n")
end
function Gate:gettick()