From 9fd05cd812f5e3f2e10cb62c3946ca9e3d7311b1 Mon Sep 17 00:00:00 2001
From: Alex Sharov <AskAlexSharov@gmail.com>
Date: Wed, 25 May 2022 15:26:20 +0700
Subject: [PATCH] lastDup no key (#4258)

---
 cmd/downloader/downloader/torrentcfg/torrentcfg.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmd/downloader/downloader/torrentcfg/torrentcfg.go b/cmd/downloader/downloader/torrentcfg/torrentcfg.go
index a31c968df3..5722e3a85f 100644
--- a/cmd/downloader/downloader/torrentcfg/torrentcfg.go
+++ b/cmd/downloader/downloader/torrentcfg/torrentcfg.go
@@ -116,9 +116,9 @@ func New(snapDir string, verbosity lg.Level, natif nat.Interface, downloadRate,
 	}
 
 	// debug
-	if lg.Debug == verbosity {
-		torrentConfig.Debug = true
-	}
+	//if lg.Debug == verbosity {
+	//	torrentConfig.Debug = true
+	//}
 	torrentConfig.Logger = lg.Default.FilterLevel(verbosity)
 	torrentConfig.Logger.Handlers = []lg.Handler{adapterHandler{}}
 
-- 
GitLab