From 6f743eca017a8816ad20225805ab5c500188c04a Mon Sep 17 00:00:00 2001 From: pcjones Date: Mon, 15 Apr 2024 03:20:36 +0200 Subject: [PATCH] Revert "Add TODO" This reverts commit 45bc7baa4a38c1c8be8022759a4924230ff14e9a. --- UmlautAdaptarr/Services/HttpProxyService.cs | 1 - 1 file changed, 1 deletion(-) 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);