[Release] cxxrandom v2.0.1

develop
Josh Cooper 2019-04-15 16:21:54 -07:00
parent bc32d15bea
commit 9c403f509d
1 changed files with 1 additions and 1 deletions

@ -188,7 +188,7 @@ function num_sequence:new(a,b)
else
error("Invalid arguments - a: " .. tostring(a) .. " and b: " .. tostring(b))
end
print("seqID:"..o.seqID)
--print("seqID:"..o.seqID)
setmetatable(o,self)
return o
end