We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10287d5 commit d9dea25Copy full SHA for d9dea25
src/Session.swift
@@ -56,7 +56,6 @@ public extension SSH {
56
guard let versionString = String(data: data, encoding: .ascii), versionString == "SSH-" else {
57
return false
58
}
59
- print(versionString)
60
return true
61
62
0 commit comments