Remove debugging pp
parent
1c7fb7cc7d
commit
48444a27af
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue