From 42d8951863804b935c41957fa93470c88cba42a3 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Fri, 12 Aug 2022 20:04:01 +0530 Subject: [PATCH] Remove debug code. --- src/main/java/me/kavin/piped/utils/DownloaderImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/me/kavin/piped/utils/DownloaderImpl.java b/src/main/java/me/kavin/piped/utils/DownloaderImpl.java index 8953efc..0be70f9 100644 --- a/src/main/java/me/kavin/piped/utils/DownloaderImpl.java +++ b/src/main/java/me/kavin/piped/utils/DownloaderImpl.java @@ -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);