Remove <log> from SCXML test 331?

Gavin Kistner <[email protected]> Thu, 19 Jun 2014 11:20:34 +0200
Newsgroups gmane.comp.web.voice
Message-ID <[email protected]>
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?