Remove debugging.

This commit is contained in:
Steve Checkoway
2006-08-19 09:01:37 +00:00
parent 510a2162fb
commit 8439977cfb
@@ -1,8 +1,6 @@
function AreStageModsForced()
local bExtraStage = GAMESTATE:IsAnExtraStage()
local bOni = GAMESTATE:GetPlayMode() == PLAY_MODE_ONI
Trace( "bExtraStage = " .. tostring(bExtraStage) )
Trace( "bOni = " .. tostring(bOni) )
return bExtraStage or bOni
end