mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Added logging to accesible folder, and made all questions page more readable
This commit is contained in:
Executable → Regular
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user