Merge pull request #335 from TeamPiped/async-cache

Remove debug code from AsyncCache
This commit is contained in:
Kavin 2022-08-12 20:04:42 +05:30 committed by GitHub
commit e7628a7e32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);