Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaforce committed Feb 12, 2025
1 parent 0947825 commit ef51657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/internal/usecase/interactor/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ func (i *Asset) Remove(ctx context.Context, aid id.AssetID, operator *usecase.Op

if url, _ := url.Parse(asset.URL()); url != nil {
if err := i.gateways.File.RemoveAsset(ctx, url); err != nil {
fmt.Println("==================")
return aid, err
}
}
Expand Down

0 comments on commit ef51657

Please sign in to comment.