forgot to remove a line of old emane code in rfpipe

This commit is contained in:
Blake J. Harnden 2018-03-20 14:35:00 -07:00
parent 2142586112
commit 79b2fa8468

View file

@ -76,8 +76,6 @@ class EmaneRfPipeModel(EmaneModel):
mac = macdoc.getElementsByTagName("mac").pop()
mac.setAttribute("name", "RF-PIPE MAC")
mac.setAttribute("library", "rfpipemaclayer")
if self.valueof("transmissioncontrolmap", values) is "":
macnames.remove("transmissioncontrolmap")
# append MAC options to macdoc
map(lambda n: mac.appendChild(e.xmlparam(macdoc, n, self.valueof(n, values))), macnames)