diff --git a/hbs2-core/lib/HBS2/Net/Proto/RefChan.hs b/hbs2-core/lib/HBS2/Net/Proto/RefChan.hs index 28309fa6..4c07fdb3 100644 --- a/hbs2-core/lib/HBS2/Net/Proto/RefChan.hs +++ b/hbs2-core/lib/HBS2/Net/Proto/RefChan.hs @@ -913,8 +913,7 @@ refChanNotifyProto self adapter msg@(Notify rchan box) = do debug $ "^^^ CALL refChanNotifyRely" <+> pretty h0 lift $ refChanNotifyRely adapter rchan msg - debug $ "FUCKING EMIT RefChanNotifyEventKey" <+> pretty (AsBase58 rchan) - lift $ emit @e (RefChanNotifyEventKey rchan) (RefChanNotifyEvent (HashRef h0) msg) + lift $ emit @e (RefChanNotifyEventKey rchan) (RefChanNotifyEvent (HashRef h0) msg) where proto = Proxy @(RefChanNotify e)