Skip to content

Commit 8218908

Browse files
Remove dbg statementes
1 parent c67a714 commit 8218908

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

backend/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,11 +615,9 @@ impl QueryRoot {
615615
fetch_utxos_by_policy(api, &pellet_address, &token.policy_id).await?;
616616

617617
for utxo in token_utxos {
618-
dbg!(&utxo);
619618
let map_token = Token::try_from((token.clone(), utxo))?;
620619
let distance =
621620
distance_from_center(map_token.position.x, map_token.position.y, center);
622-
dbg!(&map_token);
623621
if distance >= radius {
624622
continue;
625623
}

0 commit comments

Comments
 (0)