From 39236dc0943ecc010f013ecf15d895ba08f0d313 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sat, 15 Apr 2023 09:43:12 -0700 Subject: [PATCH] remove verbose logs --- damus/Models/HomeModel.swift | 3 --- damus/Nostr/RelayConnection.swift | 2 -- 2 files changed, 5 deletions(-) diff --git a/damus/Models/HomeModel.swift b/damus/Models/HomeModel.swift index b4750257..00db617a 100644 --- a/damus/Models/HomeModel.swift +++ b/damus/Models/HomeModel.swift @@ -298,9 +298,6 @@ class HomeModel: ObservableObject { } update_signal_from_pool(signal: self.signal, pool: damus_state.pool) - - print("ws_event \(ev)") - case .nostr_event(let ev): switch ev { case .event(let sub_id, let ev): diff --git a/damus/Nostr/RelayConnection.swift b/damus/Nostr/RelayConnection.swift index b809de6b..b78ffdf5 100644 --- a/damus/Nostr/RelayConnection.swift +++ b/damus/Nostr/RelayConnection.swift @@ -105,8 +105,6 @@ final class RelayConnection: WebSocketDelegate { } } - print("decode failed for \(txt)") - // TODO: trigger event error default: break