fix: remove debug print statement

This commit is contained in:
CaIon
2025-07-30 23:29:45 +08:00
parent fc09051d8b
commit 54447bf227

View File

@@ -553,7 +553,6 @@ func handlerMultiKeyUpdate(channel *Channel, usingKey string, status int) {
}
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 {
channelStatusLock.Lock()
defer channelStatusLock.Unlock()