Remove debugging pp

bug/bundler_fix
Jon Hart 2014-12-19 15:27:06 -08:00
parent 1c7fb7cc7d
commit 48444a27af
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ class Metasploit4 < Msf::Exploit::Remote
@file_paths['/HEAD'] = "ref: refs/heads/master\n"
# lastly, build refs
@file_paths['/info/refs'] = "#{sha1}\trefs/heads/master\n"
require 'pp'
pp @file_paths
end
def build_object(type, content)