From aea3843cf2d67782a75af9a35acc6f1395806e1b Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 16 Nov 2021 21:28:50 +0100 Subject: [PATCH] this is just noise --- copyparty/svchub.py | 1 - 1 file changed, 1 deletion(-) diff --git a/copyparty/svchub.py b/copyparty/svchub.py index 5d226c42..5258576b 100644 --- a/copyparty/svchub.py +++ b/copyparty/svchub.py @@ -397,7 +397,6 @@ class SvcHub(object): def check_mp_enable(self): if self.args.j == 1: - self.log("svchub", "multiprocessing disabled by argument -j 1") return False if mp.cpu_count() <= 1: