Skip to content

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Aug 30, 2023
1 parent c23d52d commit 11e3178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/verify_has_nft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pub async fn execute_has_nft(
Ok(response) => {
match response.text().await {
Ok(text) => {
println!("text: {:?}", text);
match serde_json::from_str::<StarkscanQuery>(&text) {
Ok(res) => {
// Remove duplicates & check is whitelisted
Expand Down

0 comments on commit 11e3178

Please sign in to comment.