From a9c6394c4332c6cc023fca1a31e29383a7d68e72 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 14 May 2014 16:19:00 +1000 Subject: Shut up some excess debugs. --- lib/LSL.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/LSL.lua') diff --git a/lib/LSL.lua b/lib/LSL.lua index 092c3d9..948f22d 100644 --- a/lib/LSL.lua +++ b/lib/LSL.lua @@ -743,7 +743,7 @@ function LSL.stateChange(x) if nil ~= currentState.state_exit then currentState.state_exit(); end - msg("LSL.Lua: State change on " .. scriptName) +-- msg("LSL.Lua: State change on " .. scriptName) currentState = x; --[[ Never return to the current states event handler. In theory. lol Notably, it's not actually legal to do a state change from a function, only from handlers. @@ -774,7 +774,7 @@ function LSL.mainLoop(sid, name, x) LSL.stateChange(x); waitAndProcess(false) - msg("LSL.Lua: Script quitting " .. scriptName) +-- msg("LSL.Lua: Script quitting " .. scriptName) end function waitAndProcess(returnWanted) -- cgit v1.1