rlgwebd.js: remove some debugging.

Remove some residual debugging lines.
This commit is contained in:
John "Elwin" Edwards 2012-06-09 13:04:46 -07:00
parent 43f30438ed
commit a00bd32552

View file

@ -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) {