From aeb2361f77a5e02719269ce6e093799bcb09d256 Mon Sep 17 00:00:00 2001 From: NoobishSVK Date: Tue, 12 Mar 2024 18:50:42 +0100 Subject: [PATCH] remove console.log --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 29cbb5f..bc01cc9 100644 --- a/index.js +++ b/index.js @@ -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);