Removed some public question stuff

This commit is contained in:
YourFriendlyNeighborhoodDealer 2018-12-09 17:51:01 +01:00
parent 1230d2c3de
commit 9a257868a1
3 changed files with 0 additions and 89 deletions

View file

@ -24,7 +24,6 @@ module.exports = {
};
var recievedFile = "stats/recieved";
var publicFile = "public/data/public";
var staticFile = "public/data/static";
var manFile = "public/man.html";
@ -106,11 +105,9 @@ function ProcessIncomingRequest(data) {
Process(d, publicFile);
Process(d, staticFile);
}*/
var newPubItems = Process(d, publicFile);
var newStatItems = Process(d, staticFile);
utils.AppendToFile(logger.GetDateString() + "\n" + d.data, recievedFile);
PrintNewCount(d, newPubItems, publicFile);
PrintNewCount(d, newStatItems, staticFile);
}