remove redundant conncetion registration

It's not needed any more sense Router always routes unknown IDs towards
the parent.
pull/35/head
David Wilson 7 years ago
parent a11003862b
commit ffe86a882d

@ -1123,7 +1123,6 @@ class ExternalContext(object):
self._setup_stdio()
self.router.register(self.parent, self.stream)
self.router.register(self.master, self.stream)
sys.executable, = eval(os.environ.pop('ARGV0'))
LOG.debug('Connected to %s; my ID is %r, PID is %r',

Loading…
Cancel
Save