1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

remove console.log

This commit is contained in:
NoobishSVK
2024-03-12 18:50:42 +01:00
parent 6399e2e92f
commit aeb2361f77

View File

@@ -160,7 +160,6 @@ function connectToXdrd() {
const lines = receivedData.split('\n');
for (const line of lines) {
console.log(line);
if (!authFlags.receivedPassword) {
authFlags.receivedSalt = line.trim();
authenticateWithXdrd(client, authFlags.receivedSalt, serverConfig.xdrd.xdrdPassword);