Merge pull request #1435 from cppcooper/cxxrandom-rel

[Release] cxxrandom v2.0.1
develop
Alan 2019-04-16 12:04:40 -04:00 committed by GitHub
commit a40adf1f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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