this is just noise

This commit is contained in:
ed 2021-11-16 21:28:50 +01:00
parent 131b6f4b9a
commit aea3843cf2

View file

@ -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: