mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Removed some commented out, outdated code
This commit is contained in:
parent
42c46caf7c
commit
0f71d6705b
1 changed files with 0 additions and 9 deletions
|
@ -96,15 +96,6 @@ function ProcessIncomingRequest(data) {
|
||||||
|
|
||||||
var newItems = 0;
|
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);
|
var newStatItems = Process(d, staticFile);
|
||||||
|
|
||||||
utils.AppendToFile(logger.GetDateString() + "\n" + d.data, recievedFile);
|
utils.AppendToFile(logger.GetDateString() + "\n" + d.data, recievedFile);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue