Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AhzamAkhtar committed Jan 8, 2025
1 parent 7a7e13e commit bbf8b5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion digital_asset_types/src/dao/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ impl SearchAssetsQuery {
.eq(Expr::tbl(left, asset::Column::Id))
.into_condition()
});
println!("rel: {:?}", rel);
joins.push(rel);
} else {
conditions = conditions.add(asset::Column::Owner.eq(o));
Expand Down

0 comments on commit bbf8b5c

Please sign in to comment.