Skip to content

Commit

Permalink
comment out fc
Browse files Browse the repository at this point in the history
  • Loading branch information
refs committed Jul 15, 2021
1 parent 48371fc commit 1220b0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/http/services/owncloud/ocdav/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ func (s *svc) handleDelete(w http.ResponseWriter, r *http.Request, ns string) {
},
}

if err := s.deleteReceivedShare(ctx, fn, client, w, req); err != nil {
sublog.Error().Err(err).Msg("deleting shared resource")
}
//if err := s.deleteReceivedShare(ctx, fn, client, w, req); err != nil {
// sublog.Error().Err(err).Msg("deleting shared resource")
//}

res, err := client.Delete(ctx, req)
if err != nil {
Expand Down

0 comments on commit 1220b0e

Please sign in to comment.