Commit 91febc30 by CaIon

fix: remove debug print statement

parent a2fbf368
...@@ -553,7 +553,6 @@ func handlerMultiKeyUpdate(channel *Channel, usingKey string, status int) { ...@@ -553,7 +553,6 @@ func handlerMultiKeyUpdate(channel *Channel, usingKey string, status int) {
} }
func UpdateChannelStatus(channelId int, usingKey string, status int, reason string) bool { func UpdateChannelStatus(channelId int, usingKey string, status int, reason string) bool {
println("UpdateChannelStatus called with channelId:", channelId, "usingKey:", usingKey, "status:", status, "reason:", reason)
if common.MemoryCacheEnabled { if common.MemoryCacheEnabled {
channelStatusLock.Lock() channelStatusLock.Lock()
defer channelStatusLock.Unlock() defer channelStatusLock.Unlock()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment