diff --git a/src/common/verify_has_nft.rs b/src/common/verify_has_nft.rs index 3dc6db9a..89106828 100644 --- a/src/common/verify_has_nft.rs +++ b/src/common/verify_has_nft.rs @@ -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::(&text) { Ok(res) => { // Remove duplicates & check is whitelisted