Removed some debug code

This commit is contained in:
ron 2009-04-21 19:41:02 +00:00
parent 3b11c8696f
commit 3882988f7a

View file

@ -554,13 +554,12 @@ local function go(host)
end
end
if((i % 10) == 0) then
io.write(i .. "\n")
end
-- if((i % 10) == 0) then
-- io.write(i .. "\n")
-- end
end
end
io.write("AAAAAAAAAAAAAAAAAA\n\n\n")
-- Generate ports based on the ip and time
local seed = math.floor((os.time() - 345600) / 604800)