From 0f71d6705b80f0aa3fa2b01836be2cd4d20a1f00 Mon Sep 17 00:00:00 2001 From: YourFriendlyNeighborhoodDealer <3167982-YourFriendlyNeighborhoodDealer@users.noreply.gitlab.com> Date: Tue, 11 Dec 2018 19:45:53 +0100 Subject: [PATCH] Removed some commented out, outdated code --- actions.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/actions.js b/actions.js index 2420384..3482a68 100755 --- a/actions.js +++ b/actions.js @@ -96,15 +96,6 @@ function ProcessIncomingRequest(data) { var newItems = 0; - /*if (d.type == 0) // -> safe, static - newItems = Process(d, staticFile); - else if (d.type == 1) // -> unsafe, public - newItems = Process(d, publicFile); - else { // -> error, or old client - logger.Log("[PCES]: Old client..."); - Process(d, publicFile); - Process(d, staticFile); - }*/ var newStatItems = Process(d, staticFile); utils.AppendToFile(logger.GetDateString() + "\n" + d.data, recievedFile);