mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
Remove verbose log from scbus (#296)
This commit is contained in:
parent
8acda3525b
commit
07fa5bf9cb
@ -40,7 +40,6 @@ func (bus *Bus[I]) RegisterChannel(key string, channelEntry Channel[I]) chan I {
|
||||
defer bus.Lock.Unlock()
|
||||
uch, found := bus.Channels[key]
|
||||
ch := make(chan I, ChSize)
|
||||
log.Printf("registering channel key=%s ch=%v\n", key, ch)
|
||||
channelEntry.SetChannel(ch)
|
||||
if found {
|
||||
close(uch.GetChannel())
|
||||
|
Loading…
Reference in New Issue
Block a user