Skip to content

Commit 49461e6

Browse files
committed
Remove debug
1 parent 311ec1b commit 49461e6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/api.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,6 @@ pub async fn get_collections(membership_id: u64, platform: Option<i8>, i: u32) -
266266
return default;
267267
}
268268

269-
// Print json
270-
271-
println!("Json: {}", ra.unwrap().text().await.unwrap());
272-
273-
return default;
274-
275269
let ja = ra.unwrap().json::<GetProfile>().await;
276270

277271
if ja.is_err() {

0 commit comments

Comments
 (0)