Selaa lähdekoodia

chore: Comment out debug log in adaptor.go

Comment out the debug log for MiniMax TTS Request.
IcedTangerine 2 kuukautta sitten
vanhempi
sitoutus
e20a287c4b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      relay/channel/minimax/adaptor.go

+ 1 - 1
relay/channel/minimax/adaptor.go

@@ -69,7 +69,7 @@ func (a *Adaptor) ConvertAudioRequest(c *gin.Context, info *relaycommon.RelayInf
 	c.Set("response_format", outputFormat)
 	c.Set("response_format", outputFormat)
 
 
 	// Debug: log the request structure
 	// Debug: log the request structure
-	fmt.Printf("MiniMax TTS Request: %s\n", string(jsonData))
+	// fmt.Printf("MiniMax TTS Request: %s\n", string(jsonData))
 
 
 	return bytes.NewReader(jsonData), nil
 	return bytes.NewReader(jsonData), nil
 }
 }