remove batteries init

This commit is contained in:
cvium 2023-08-23 09:08:22 +02:00
parent cb48fe02c2
commit a1a1551680

View File

@ -297,7 +297,5 @@ public static class StartupHelpers
// Disable the "Expect: 100-Continue" header by default
// http://stackoverflow.com/questions/566437/http-post-returns-the-error-417-expectation-failed-c
ServicePointManager.Expect100Continue = false;
Batteries_V2.Init();
}
}