Fixed double-logging when not using forkserver.

This commit is contained in:
Michael Herzberg 2018-09-02 11:46:08 +01:00
parent cb974b6ddf
commit 63fe0806ee
1 changed files with 0 additions and 3 deletions

View File

@ -572,9 +572,6 @@ def update_extension(tup):
def init_process(verbose, start_pystuck, rm):
# When not using fork, we need to setup logging again in the worker threads
setup_logger(verbose)
if start_pystuck:
import pystuck
pystuck.run_server(port=((os.getpid() % 10000) + 10001))