aboutsummaryrefslogtreecommitdiff
path: root/Hotline
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline')
-rw-r--r--Hotline/Hotline/HotlineClient.swift2
1 files changed, 0 insertions, 2 deletions
diff --git a/Hotline/Hotline/HotlineClient.swift b/Hotline/Hotline/HotlineClient.swift
index b8b740b..74a27a1 100644
--- a/Hotline/Hotline/HotlineClient.swift
+++ b/Hotline/Hotline/HotlineClient.swift
@@ -516,8 +516,6 @@ class HotlineClient: NetSocketDelegate {
return
}
- print("CONVERTED:", text.convertingLineEndings(to: .cr))
-
var t = HotlineTransaction(type: .oldPostNews)
t.setFieldString(type: .data, val: text.convertingLineEndings(to: .cr), encoding: .macOSRoman)
self.sendPacket(t)