From 6d1b3e2dd96c6f7007879a42179cffef37c11283 Mon Sep 17 00:00:00 2001
From: Dmitry Simonenko <pmwkaa@gmail.com>
Date: Wed, 1 Oct 2014 12:21:08 +0400
Subject: [PATCH] remove unnecessary debug print from
 test/sophia/index_random_test.lua

---
 test/sophia/index_random_test.lua | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/test/sophia/index_random_test.lua b/test/sophia/index_random_test.lua
index 5fb09f03c2..00838e83e1 100644
--- a/test/sophia/index_random_test.lua
+++ b/test/sophia/index_random_test.lua
@@ -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
-- 
GitLab