Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove redundant logs
  • Loading branch information
liamaharon committed May 1, 2023
commit 9f973086fc660adc9f1c6e1e1db73e24d855019f
2 changes: 0 additions & 2 deletions utils/frame/remote-externalities/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,6 @@ where
.collect::<Vec<_>>();
bar.finish_with_message("✅ Downloaded key values");
print!("\n");
// std::io::stdout().flush().unwrap();
// std::io::stderr().flush().unwrap();

// Check if we got responses for all submitted requests.
assert_eq!(keys.len(), storage_data.len());
Expand Down