Remove interfering legacy code (http,password,etc)

Signed-off-by: Lucca Jiménez Könings <development@jimkoen.com>
This commit is contained in:
Lucca Jiménez Könings
2024-05-15 12:45:19 +02:00
parent ff812429ed
commit 13e641b3a3
5 changed files with 1 additions and 85 deletions

View File

@@ -54,9 +54,6 @@ void THeartbeatThread::operator()() {
Last = Body;
LastNormalUpdateTime = Now;
if (!Application::Settings.CustomIP.empty()) {
Body += "&ip=" + Application::Settings.CustomIP;
}
auto Target = "/heartbeat";
unsigned int ResponseCode = 0;