Mercurial > hg > webaudioevaluationtool
changeset 2435:a78ebb1bdd8e
Clear console logs.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Thu, 02 Jun 2016 14:08:33 +0100 |
parents | 8931ca5beb03 |
children | 25c1436706af 5bec79ce38ff |
files | js/specification.js |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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]);