From 3ecf4b5bfbd7af0e7a6d3f4784960efe07a0e751 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Sun, 30 Mar 2025 19:15:21 -0700 Subject: [PATCH] Update src/hooks/useDownloader.ts --- src/hooks/useDownloader.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hooks/useDownloader.ts b/src/hooks/useDownloader.ts index f200580..811da03 100644 --- a/src/hooks/useDownloader.ts +++ b/src/hooks/useDownloader.ts @@ -128,7 +128,6 @@ export function useDownloader(uploaderPeerID: string): { conn.on('close', handleClose) peer.on('error', handleError) - return () => { console.log('[Downloader] cleaning up connection') if (conn.open) {