Merge branch 'develop' into remote_reader

develop
JapaMala 2019-05-04 10:25:58 -05:00
commit 475b07e3ce
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