Skip to content

Commit

Permalink
remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
zengda authored and jzwinck committed Mar 26, 2018
1 parent 0037f43 commit a6236b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-wireshark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ do -- scope
offset = offset + length + CRLF

-- get the string contained within this bulk message
local line = matches()
-- local line = matches()
local length = bytes
child:add(f.value, buffer(offset, bytes))
offset = offset + length + CRLF
Expand Down

0 comments on commit a6236b2

Please sign in to comment.