Răsfoiți Sursa

fix: remove debug print statement

CaIon 5 luni în urmă
părinte
comite
54447bf227
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      model/channel.go

+ 0 - 1
model/channel.go

@@ -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()