diff --git a/noir-projects/aztec-nr/aztec/src/utils/with_hash.nr b/noir-projects/aztec-nr/aztec/src/utils/with_hash.nr index c4c50f318ea..2aa02c90e7b 100644 --- a/noir-projects/aztec-nr/aztec/src/utils/with_hash.nr +++ b/noir-projects/aztec-nr/aztec/src/utils/with_hash.nr @@ -59,7 +59,6 @@ where }, ); - // Ideally the following would be simply public_storage::read_historical, but we can't implement that yet. let hash = header.public_storage_historical_read(storage_slot + N as Field, address); if hash != 0 {