Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Sep 19, 2023
1 parent 94f8e42 commit 69eca97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/injective-cosmwasm/src/querier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ impl<'a> InjectiveQuerier<'a> {
query_data: InjectiveQuery::ExchangeParams {},
};

println!("request: {:?}", request);
let res: ExchangeParamsResponse = self.querier.query(&request.into())?;
Ok(res)
}
Expand Down

0 comments on commit 69eca97

Please sign in to comment.