test.js: remove stray comment
authorPaul Brossier <piem@piem.org>
Fri, 3 Feb 2017 11:04:25 +0000 (12:04 +0100)
committerPaul Brossier <piem@piem.org>
Fri, 3 Feb 2017 11:04:25 +0000 (12:04 +0100)
test.js

diff --git a/test.js b/test.js
index 9b2f86e..cfbe3ee 100644 (file)
--- a/test.js
+++ b/test.js
@@ -4,7 +4,7 @@ var ref = require('ref');
 var get_features = function(path, params) {
 
        // create source
-       var source = aubio.new_aubio_source(path, params.samplerate, params.hop_s);//params.samplerate, params.hop_s);
+       var source = aubio.new_aubio_source(path, params.samplerate, params.hop_s);
        try {
                source.readPointer();
        }