From 44f2dc64c7f313892af9bcbe5b94c3726efc2b2b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 14 May 2014 16:54:50 +1000 Subject: Comment out possible left over cruft. --- lib/LSL.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/LSL.lua b/lib/LSL.lua index 948f22d..fe5c349 100644 --- a/lib/LSL.lua +++ b/lib/LSL.lua @@ -807,10 +807,11 @@ function waitAndProcess(returnWanted) end -- Otherwise, just run it and keep looping. -- print("RUNNING " .. result1) - status, errorMsg = luaproc.send(sid, result1) - if not status then - msg("Error sending results from " .. Type .. ": " .. message .. " ERROR MESSAGE: " .. errorMsg) - end + -- TODO - Not sure why I had this here. "sid" is not set anywhere, and SID would just send it to ourselves. +-- status, errorMsg = luaproc.send(sid, result1) +-- if not status then +-- msg("Error sending results from " .. Type .. ": " .. message .. " ERROR MESSAGE: " .. errorMsg) +-- end end end end -- cgit v1.1