# HG changeset patch # User Giulio Moro # Date 1457883216 0 # Node ID ecca9c11d2f24857c3c7fb05e715d7395f237060 # Parent 19c17f5fa99956975d3eda2b21b019e142f6613a removed garbage diff -r 19c17f5fa999 -r ecca9c11d2f2 interfaces/AB.js --- 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);