Added logging to accesible folder, and made all questions page more readable

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-02-27 18:58:29 +01:00
parent ccc7f31e3a
commit 59640eaddf
16 changed files with 149 additions and 15 deletions

1
actions.js Executable file → Normal file
View file

@ -279,7 +279,6 @@ function ProcessIncomingRequest(data) {
data.AddQuestion(d.subj, q);
}
data.version = version;
logger.Log("[PCES]:\t" + d.subj);
var msg = "All / new count: " + allQuestions.length + " / " + questions.length;
if (d.version != undefined)