mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Merge pull request #335 from TeamPiped/async-cache
Remove debug code from AsyncCache
This commit is contained in:
commit
e7628a7e32
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue