Remove <log> from SCXML test 331?

test331.txml finishes with:
<final xmlns="http://www.w3.org/2005/07/scxml" id="pass"><onentry><log label="Outcome" expr="'pass'"/></onentry></final>
<final xmlns="http://www.w3.org/2005/07/scxml" id="fail"><onentry><log label="Outcome" expr="'fail'"/></onentry></final>

It’s very minor, but the <log…/> executables add nothing to this test, and cause a small bit if noise on stdout when testing. Perhaps these could be removed?

Received on Thursday, 19 June 2014 09:21:39 UTC