remove a debug print

git-svn-id: file:///home/svn/framework3/trunk@8039 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-12-30 23:31:18 +00:00
parent 2283e029db
commit 56c2b54369
1 changed files with 0 additions and 1 deletions

View File

@ -528,7 +528,6 @@ class DBManager
else
vuln = host.vulns.find_or_initialize_by_name(name)
end
p vuln
if opts[:service] and opts[:service].kind_of? Service
vuln.service = opts[:service]