diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-23 13:02:54 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-23 13:02:54 -0700 |
| commit | 7397e875f1fdbbb0f4cfd6bfc710f152aec8e0aa (patch) | |
| tree | 3850ea94dbaeeda4dff4138627145aece27e4797 /Hotline | |
| parent | ded4e5978ed30175bb4ca9ce5f64f1f5a45f3ab4 (diff) | |
Remove unnecessary message board debug print.
Diffstat (limited to 'Hotline')
| -rw-r--r-- | Hotline/Hotline/HotlineClient.swift | 2 |
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) |