remove code for deleting wireless links and nodes during runtime

This commit is contained in:
Huy Pham 2020-02-24 10:58:01 -08:00
parent 04d7bb6265
commit ddaba7c477
2 changed files with 2 additions and 45 deletions

View file

@ -90,10 +90,6 @@ class NodeUtils:
def is_rj45_node(cls, node_type: NodeType) -> bool:
return node_type in cls.RJ45_NODES
@classmethod
def is_mdr_node(cls, node_type: NodeType, model: str) -> bool:
return cls.is_container_node(node_type) and model == "mdr"
@classmethod
def node_icon(
cls,