removed commented out code (again)

thanks egypt
This commit is contained in:
kernelsmith
2013-01-30 11:31:10 -06:00
parent 32a5a009d6
commit f649cd53ad
@@ -93,7 +93,6 @@ class Metasploit3 < Msf::Post
# let's loot it using non-clobbering filename, even tho this is the source filename, not dest
fn = "screenshot.%0#{leading_zeros}d.jpg" % num
file_locations << store_loot("screenspy.screenshot", "image/jpg", session, data, fn, "Screenshot")
#shot = Msf::Config.install_root + "/data/" + host + ".screenshot.%0#{leading_zeros}d.jpg" % num
end
# also write to disk temporarily so we can display in browser. They may or may not have been RECORDed.