Skip to content

Commit 69689c2

Browse files
committed
Remove redundant code
1 parent 59667a2 commit 69689c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crud/select/executor.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ function executor.execute(space, index, filter_func, opts)
5959
else
6060
local key_def = keydef_lib.new(index.parts)
6161
local after_tuple_key = key_def:extract_key(opts.after_tuple)
62-
--local after_tuple_key = utils.extract_jsonpath_keys(opts.after_tuple, index.parts, key_def)
6362

6463
if key_def:compare_with_key(opts.after_tuple, opts.scan_value) == 0 then
6564
value = after_tuple_key

0 commit comments

Comments
 (0)