Skip to content

Commit 2df2909

Browse files
HristoStaykovreo101
authored andcommitted
chore(sequencer): Cleanup outdated comment in unit test and debug println-s in sequencer_tests
1 parent a6e39e9 commit 2df2909

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

apps/sequencer/src/providers/eth_send_utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,6 @@ mod tests {
18141814
.await
18151815
.expect("Could not serialize updates!");
18161816

1817-
// Note: bye is filtered out:
18181817
assert_eq!(
18191818
serialized_updates.to_bytes().encode_hex(),
18201819
"00000001000303e0070102686901010000000000000000000000000000000000000000000000000000000000000007"

apps/sequencer_tests/bin/sequencer_tests.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,6 @@ fn verify_expected_data_in_contracts(expected_value: f64) {
286286
);
287287

288288
// Verify expected data is set to contract in ETH1
289-
println!("DEBUG: expected_value = {expected_value}");
290-
let recvd_val = send_get_request(
291-
format!("127.0.0.1:{SEQUENCER_ADMIN_PORT}/get_key/ETH1/0:{FEED_ID}").as_str(),
292-
);
293-
println!("DEBUG: recvd_val = {recvd_val}");
294289
assert!(
295290
send_get_request(
296291
format!("127.0.0.1:{SEQUENCER_ADMIN_PORT}/get_key/ETH1/0:{FEED_ID}").as_str()

0 commit comments

Comments
 (0)