From a00bd325529a520aac1667eea2f0ff5f2bc50862 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Sat, 9 Jun 2012 13:04:46 -0700 Subject: [PATCH] rlgwebd.js: remove some debugging. Remove some residual debugging lines. --- rlgwebd.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/rlgwebd.js b/rlgwebd.js index 3c093e1..bdf6a48 100755 --- a/rlgwebd.js +++ b/rlgwebd.js @@ -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) {