Skip to content

Commit

Permalink
Remove unnecessary debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zgrannan committed Dec 7, 2023
1 parent d1825c3 commit 67469be
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,6 @@ impl<'p, 'v: 'p, 'tcx: 'v> PureFunctionEncoder<'p, 'v, 'tcx> {
let encoded_return = self.encode_local(contract.returned_value.into())?;
debug!("encoded_return: {:?}", encoded_return);

eprintln!("IN IT");

for (assertion, assertion_substs) in
contract.functional_postcondition(self.encoder.env(), self.substs)
{
Expand Down

0 comments on commit 67469be

Please sign in to comment.