Skip to content
Snippets Groups Projects
Commit 6d1b3e2d authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

remove unnecessary debug print from test/sophia/index_random_test.lua

parent b5ba3db9
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,11 @@ function index_random_test(space, index_no)
error('too many iterations')
return nil
end
local tuple = space.index[index_no]:random(rnd)
if tuple == nil then
error('nil returned')
return nil
end
print(tuple)
local k = tuple[1]
if tuples[k] == nil then
found = found + 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment