summaryrefslogtreecommitdiff
path: root/lib/chef/http/authenticator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/authenticator.rb')
-rw-r--r--lib/chef/http/authenticator.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/http/authenticator.rb b/lib/chef/http/authenticator.rb
index 7ae69413cb..1db6c10f97 100644
--- a/lib/chef/http/authenticator.rb
+++ b/lib/chef/http/authenticator.rb
@@ -139,8 +139,6 @@ class Chef
end
def load_signing_key(key_file, raw_key = nil)
- require "pry"
- binding.pry
results = retrieve_certificate_key(Chef::Config[:node_name])
if !!results
@@ -168,7 +166,6 @@ class Chef
end
def self.get_cert_password
- binding.pry
@win32registry = Chef::Win32::Registry.new
path = "HKEY_LOCAL_MACHINE\\Software\\Progress\\Authentication"
# does the registry key even exist?
@@ -216,7 +213,6 @@ class Chef
$string = [Runtime.InteropServices.Marshal]::PtrToStringAuto([Runtime.InteropServices.Marshal]::SecureStringToBSTR((($secure_string))))
return $string
CODE
- # binding.pry
powershell_exec!(powershell_code).result
end