Remove debugging statement. oops.

git-svn-id: file:///home/svn/framework3/trunk@13304 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Weeks 2011-07-23 01:19:57 +00:00
parent acb857e62b
commit aad07f85b4
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ module Exploit::EXE
end
def get_custom_exe
puts 'here'
file = ::File.open(datastore['EXE::Custom'],'rb')
exe = file.read
file.close