diff --git a/daemon/core/emane/nodes.py b/daemon/core/emane/nodes.py index a7c46ccd..18d6b865 100644 --- a/daemon/core/emane/nodes.py +++ b/daemon/core/emane/nodes.py @@ -181,9 +181,6 @@ class EmaneNet(CoreNetworkBase): return self.model.linkconfig(iface, options, iface2) - def config(self, conf: str) -> None: - self.conf = conf - def startup(self) -> None: self.up = True