mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 10:13:09 +00:00
cleanup
This commit is contained in:
parent
10893fe056
commit
af3dc287df
@ -213,8 +213,6 @@ fn test_addmul_bignum() -> Result<()> {
|
||||
new_memory[len] = carry;
|
||||
let actual_result: Vec<_> = new_memory[..expected_result.len()].into();
|
||||
|
||||
dbg!(interpreter.stack());
|
||||
|
||||
// Compare.
|
||||
assert_eq!(actual_result, expected_result);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user