ospf.lua: Removed debugging print.

This commit is contained in:
kroosec 2012-08-05 18:44:56 +00:00
parent de920a2afc
commit 36e2449a8a

View file

@ -184,7 +184,6 @@ OSPF = {
end
local neighbor_count = ( hello.header.length - pos + 1 ) / 4
print("neighCount"..neighbor_count)
local neighbor
hello.neighbors = {}