Skip to content

Commit

Permalink
fix: remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
astsiapanay committed Mar 12, 2024
1 parent 73de8fe commit fa5c3c3
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,6 @@ void handleRequestBody(Buffer requestBody) {
}

private void processAttachedFile(String url) {
try {
Thread.sleep(5000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
ResourceDescription resource = getResourceDescription(url);
if (resource == null) {
return;
Expand Down

0 comments on commit fa5c3c3

Please sign in to comment.