summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-08-05 15:55:18 +0200
committerMiklós Fazekas <mfazekas@szemafor.com>2021-08-05 15:55:18 +0200
commitf4f37d340dfbb405e8ad77a0ccf56ce66d4fb144 (patch)
tree4ff56cc4d554e887faba0b2c0eb63701df6dee95
parentd45ee3449ba8b97df94680e75a42c79463e5f06d (diff)
downloadnet-ssh-f4f37d340dfbb405e8ad77a0ccf56ce66d4fb144.tar.gz
Remove byebug
-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'