Skip to content

Commit

Permalink
Removed println
Browse files Browse the repository at this point in the history
  • Loading branch information
jakin010 committed Sep 27, 2024
1 parent 3e9c188 commit b1c7a81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clients/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ where
]);

let result = self.api_get("search", &params).await?;
println!("{}", &result);
convert_result(&result)
}

Expand Down

0 comments on commit b1c7a81

Please sign in to comment.