1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Remove the call to test() at the end of json.lua, otherwise the test

gets run (and output printed) whenever the module is loaded.
This commit is contained in:
david
2010-02-28 21:26:22 +00:00
parent e89094261d
commit dfe10a6866

View File

@@ -510,4 +510,3 @@ function test()
end
end
end
test()