Removed some commented out, outdated code

This commit is contained in:
YourFriendlyNeighborhoodDealer 2018-12-11 19:45:53 +01:00
parent 42c46caf7c
commit 0f71d6705b

View file

@ -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);