diff --git a/nselib/ospf.lua b/nselib/ospf.lua index 269704809..70ad85461 100644 --- a/nselib/ospf.lua +++ b/nselib/ospf.lua @@ -184,7 +184,6 @@ OSPF = { end local neighbor_count = ( hello.header.length - pos + 1 ) / 4 - print("neighCount"..neighbor_count) local neighbor hello.neighbors = {}