changeset 43:c4efc7522e7b

rlgwebd.js: remove some debugging. Remove some residual debugging lines.
author John "Elwin" Edwards <elwin@sdf.org>
date Sat, 09 Jun 2012 13:04:46 -0700
parents 8f6bc0df58fa
children b848cb50cd69
files rlgwebd.js
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rlgwebd.js	Sat Jun 09 11:46:58 2012 -0700
+++ b/rlgwebd.js	Sat Jun 09 13:04:46 2012 -0700
@@ -262,13 +262,11 @@
 
 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) {