Skip to content

Commit

Permalink
Remove a commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Sep 28, 2022
1 parent 308d060 commit 35e3fe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion abci/src/codec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ where
Ok(len) => len,
// We've potentially only received a partial length delimiter
Err(_) if src_len <= MAX_VARINT_LENGTH => return Ok(None),
// Err(e) => return Err(Error::decode(e)),
Err(e) => return Err(e),
};
let remaining = tmp.remaining() as u64;
Expand Down

0 comments on commit 35e3fe5

Please sign in to comment.