rlgwebd.js: remove some debugging.
Remove some residual debugging lines.
This commit is contained in:
parent
43f30438ed
commit
a00bd32552
1 changed files with 0 additions and 2 deletions
|
|
@ -262,13 +262,11 @@ function checksaved(user, game, callback, args) {
|
|||
|
||||
function playerstatus(user, callback) {
|
||||
var sdata = {};
|
||||
tslog("Starting (user %s)", user);
|
||||
function finishp() {
|
||||
for (var gname in games) {
|
||||
if (!(gname in sdata))
|
||||
return;
|
||||
}
|
||||
tslog("Finished: %s", JSON.stringify(sdata));
|
||||
callback(sdata);
|
||||
}
|
||||
function regsaved(exists, game) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue