Fixed some bugs caused by removing things

This commit is contained in:
YourFriendlyNeighborhoodDealer 2019-02-25 09:27:41 +01:00
parent e3b4c5f518
commit fe713b18b4
4 changed files with 8 additions and 3 deletions

View file

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