From 36e2449a8a729155c2573933c20032d794f117bd Mon Sep 17 00:00:00 2001 From: kroosec Date: Sun, 5 Aug 2012 18:44:56 +0000 Subject: [PATCH] ospf.lua: Removed debugging print. --- nselib/ospf.lua | 1 - 1 file changed, 1 deletion(-) 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 = {}