From 61c5878f90970092053bfc88e2cf589bcfc00062 Mon Sep 17 00:00:00 2001 From: Bastian Eicher Date: Sun, 14 Apr 2024 12:14:21 +0200 Subject: [PATCH] Simplify Program.cs --- src/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Program.cs b/src/Program.cs index 1854e1c..5bae6af 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -18,7 +18,6 @@ public static class Program [STAThread] // Required for WinForms private static void Main(string[] args) { - ProcessUtils.SanitizeEnvironmentVariables(); NetUtils.ApplyProxy(); ServicePointManager.DefaultConnectionLimit = 16;