Delete another debug puts

bug/bundler_fix
jvazquez-r7 2015-08-17 15:28:48 -05:00
parent 09c888bc49
commit 0a7ac2d758
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 0 additions and 1 deletions

View File

@ -376,7 +376,6 @@ describe Msf::PayloadGenerator do
it 'returns shellcode of the correct size' do
final = payload_generator.prepend_nops(shellcode)
puts "in spec, x86 final: #{final.inspect}"
expect(final.length).to eq 24
end