diff Lists.lua @ 97:19fd02bff870

Cleanup
author John@Doomsday
date Fri, 27 Apr 2012 08:26:17 -0400
parents 082ff877c443
children 25c127c4c1e8
line wrap: on
line diff
--- a/Lists.lua	Mon Apr 23 09:11:21 2012 -0400
+++ b/Lists.lua	Fri Apr 27 08:26:17 2012 -0400
@@ -935,8 +935,8 @@
             end
             while j<n and t[j] <= v.time do j = j+1 end -- advance the foreign pointer past our current entry
         end -- j>=n ? add because the remote hit end of road. lt? add because it's a missing stamp
-        print("Received request at timebase",remoteBase,"and returning:")
-        PrintTable(o)
+        --print("Received request at timebase",remoteBase,"and returning:")
+        --PrintTable(o)
         if getn(o) > 0 then
             Send("CU",o) -- todo: send privately to the requster
         end