Remove old logging statement

This commit is contained in:
Shadowfacts 2021-09-28 20:56:58 -04:00
parent 8c53685d21
commit e2cc4c4caa
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ class GeminiProtocol: NWProtocolFramerImplementation {
_ = framer.parseInput(minimumIncompleteLength: min, maximumLength: 1024 + 2) { (buffer, isComplete) -> Int in
guard let buffer = buffer,
buffer.count >= 2 else { return 0 }
print("got count: \(buffer.count)")
self.lastAttemptedMetaLength = buffer.count
let lastPossibleCRIndex = buffer.index(before: buffer.index(before: buffer.endIndex))