Delete some garbage.

This commit is contained in:
Itamar Turner-Trauring 2022-11-15 14:22:30 -05:00
parent 8e4ac69032
commit fb52b4d302

View File

@ -810,8 +810,6 @@ class SystemTestMixin(pollmixin.PollMixin, testutil.StallMixin):
if which in feature_matrix.get((section, feature), {which}):
config.setdefault(section, {})[feature] = value
#config.setdefault("node", {})["force_foolscap"] = force_foolscap
setnode = partial(setconf, config, which, "node")
sethelper = partial(setconf, config, which, "helper")