diff --git a/test/nodes/core/parsers/70-XML_spec.js b/test/nodes/core/parsers/70-XML_spec.js index e835d7874..af21e431c 100644 --- a/test/nodes/core/parsers/70-XML_spec.js +++ b/test/nodes/core/parsers/70-XML_spec.js @@ -65,7 +65,6 @@ describe('XML node', function() { var n2 = helper.getNode("n2"); n2.on("input", function(msg) { msg.should.have.property('topic', 'bar'); - console.log(msg.payload); var index = msg.payload.indexOf('JohnSmith'); index.should.be.above(-1); done();