Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
afadil committed Oct 5, 2024
1 parent 13f4329 commit 8df2ef5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src-core/src/asset/asset_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ impl AssetService {
.filter(assets::id.eq(asset_id))
.first::<Asset>(conn)?;

println!("Found asset: {:?}", asset);

let quote_history = quotes::table
.filter(quotes::symbol.eq(&asset.symbol))
.order(quotes::date.desc())
Expand Down

0 comments on commit 8df2ef5

Please sign in to comment.