mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-03 20:11:20 +02:00
Merge pull request #335 from TeamPiped/async-cache
Remove debug code from AsyncCache
This commit is contained in:
commit
e7628a7e32
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user