Remove debug code.

This commit is contained in:
Kavin 2022-08-12 20:04:01 +05:30
parent d9da850287
commit 42d8951863
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -35,7 +35,6 @@ public class DownloaderImpl extends Downloader {
@Override
public Response execute(@NotNull Request request) {
try {
System.out.println(responseCache.get(request).get());
return responseCache.get(request).get();
} catch (Exception e) {
throw new RuntimeException(e);