mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-05 21:11:05 +02:00
Remove debug code.
This commit is contained in:
parent
d9da850287
commit
42d8951863
@ -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