Skip to content

Commit

Permalink
removed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
allenaverbukh committed Jan 28, 2025
1 parent 3b33691 commit 782894c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ private Callback<Long> parseRequestBodyAndDeleteCallback(RetainingAsyncWritableC
* @param key the object key
*/
public void onDeleteCompletion(Exception exception, String key) {
// TODO: add error reasoning
if (exception == null) {
deleted.add(key);
}
Expand Down

0 comments on commit 782894c

Please sign in to comment.