From 7397e875f1fdbbb0f4cfd6bfc710f152aec8e0aa Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Thu, 23 May 2024 13:02:54 -0700 Subject: Remove unnecessary message board debug print. --- Hotline/Hotline/HotlineClient.swift | 2 -- 1 file changed, 2 deletions(-) (limited to 'Hotline') 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) -- cgit