Skip to content

Commit

Permalink
Rm prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Nov 19, 2024
1 parent 2e6a419 commit d8f975e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions integration_tests/tests/fixtures/restaking_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1065,10 +1065,6 @@ impl RestakingProgramClient {
}

pub async fn process_transaction(&mut self, tx: &Transaction) -> TestResult<()> {
debug!(
"Restaking Client processing transaction: {:?}",
tx.signatures[0]
);
self.banks_client
.process_transaction_with_preflight_and_commitment(
tx.clone(),
Expand Down
4 changes: 0 additions & 4 deletions integration_tests/tests/fixtures/tip_router_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ impl TipRouterClient {
}

pub async fn process_transaction(&mut self, tx: &Transaction) -> TestResult<()> {
println!(
"Tip Router Client processing transaction: {:?}",
tx.signatures[0]
);
self.banks_client
.process_transaction_with_preflight_and_commitment(
tx.clone(),
Expand Down
4 changes: 0 additions & 4 deletions integration_tests/tests/fixtures/vault_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1447,10 +1447,6 @@ impl VaultProgramClient {
}

async fn _process_transaction(&mut self, tx: &Transaction) -> Result<(), TestError> {
println!(
"Vault Client processing transaction: {:?}",
tx.signatures[0]
);
self.banks_client
.process_transaction_with_preflight_and_commitment(
tx.clone(),
Expand Down

0 comments on commit d8f975e

Please sign in to comment.