summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/net/ssh/known_hosts.rb1
-rw-r--r--test/integration/test_cert_host_auth.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/net/ssh/known_hosts.rb b/lib/net/ssh/known_hosts.rb
index 530bd41..1313552 100644
--- a/lib/net/ssh/known_hosts.rb
+++ b/lib/net/ssh/known_hosts.rb
@@ -3,7 +3,6 @@ require 'openssl'
require 'base64'
require 'net/ssh/buffer'
require 'net/ssh/authentication/ed25519_loader'
-require 'byebug'
module Net
module SSH
diff --git a/test/integration/test_cert_host_auth.rb b/test/integration/test_cert_host_auth.rb
index 9619c1f..312be85 100644
--- a/test/integration/test_cert_host_auth.rb
+++ b/test/integration/test_cert_host_auth.rb
@@ -1,7 +1,6 @@
require_relative 'common'
require 'fileutils'
require 'tmpdir'
-require 'byebug'
require 'net/ssh'
require 'timeout'