summaryrefslogtreecommitdiff
path: root/lib/net
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 /lib/net
parentd45ee3449ba8b97df94680e75a42c79463e5f06d (diff)
downloadnet-ssh-f4f37d340dfbb405e8ad77a0ccf56ce66d4fb144.tar.gz
Remove byebug
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/ssh/known_hosts.rb1
1 files changed, 0 insertions, 1 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