Mercurial > hg > webaudioevaluationtool
changeset 614:ecca9c11d2f2 multiple-tests-concatenation
removed garbage
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sun, 13 Mar 2016 15:33:36 +0000 |
parents | 19c17f5fa999 |
children | cad1178196b4 |
files | interfaces/AB.js |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/interfaces/AB.js Sun Mar 13 15:27:57 2016 +0000 +++ b/interfaces/AB.js Sun Mar 13 15:33:36 2016 +0000 @@ -326,7 +326,6 @@ label = String.fromCharCode(65 + index); break; } - console.log('here') var node = new this.comparatorBox(audioObject,index,label); audioObject.bindInterface(node); this.comparators.push(node);