# HG changeset patch # User Nicholas Jillings # Date 1464872913 -3600 # Node ID a78ebb1bdd8ecd69decb1eeb06ad1af521449e2d # Parent 8931ca5beb03348e57d4deb1a01199dafc8dbc08 Clear console logs. diff -r 8931ca5beb03 -r a78ebb1bdd8e js/specification.js --- a/js/specification.js Thu Jun 02 14:02:05 2016 +0100 +++ b/js/specification.js Thu Jun 02 14:08:33 2016 +0100 @@ -121,7 +121,6 @@ { case 'pre': case 'before': - if (this.preTest != null){console.log("Already a pre/before test survey defined! Ignoring second!!");} else { this.preTest = new this.surveyNode(this); this.preTest.decode(this,survey[i]); @@ -129,7 +128,6 @@ break; case 'post': case 'after': - if (this.postTest != null){console.log("Already a post/after test survey defined! Ignoring second!!");} else { this.postTest = new this.surveyNode(this); this.postTest.decode(this,survey[i]);