Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
mRrvz committed Jun 18, 2021
1 parent 59667a2 commit 69689c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crud/select/executor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function executor.execute(space, index, filter_func, opts)
else
local key_def = keydef_lib.new(index.parts)
local after_tuple_key = key_def:extract_key(opts.after_tuple)
--local after_tuple_key = utils.extract_jsonpath_keys(opts.after_tuple, index.parts, key_def)

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

0 comments on commit 69689c2

Please sign in to comment.