소스 검색

chore: clippy

thesimplekid 2 달 전
부모
커밋
51b26eae62
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      crates/cdk-sql-common/src/mint/mod.rs

+ 1 - 2
crates/cdk-sql-common/src/mint/mod.rs

@@ -689,8 +689,7 @@ VALUES (:quote_id, :amount, :timestamp);
 
     #[instrument(skip_all)]
     async fn add_mint_quote(&mut self, quote: MintQuote) -> Result<(), Self::Err> {
-        tracing::debug!("Adding quote with: {}", quote.payment_method.to_string());
-        println!("Adding quote with: {}", quote.payment_method.to_string());
+        tracing::debug!("Adding quote with: {}", quote.payment_method);
         query(
             r#"
                 INSERT INTO mint_quote (