diff --git a/UmlautAdaptarr/Services/HttpProxyService.cs b/UmlautAdaptarr/Services/HttpProxyService.cs index 1fe52af..6eabad2 100644 --- a/UmlautAdaptarr/Services/HttpProxyService.cs +++ b/UmlautAdaptarr/Services/HttpProxyService.cs @@ -50,7 +50,6 @@ namespace UmlautAdaptarr.Services var targetInfo = ParseTargetInfo(requestString); if (targetInfo.host != "prowlarr.servarr.com") { - // TODO check why this is not logging in docker _logger.LogWarning($"Indexer {targetInfo.host} needs to be set to http:// instead of https://"); } using var targetSocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);