From 4ba562e992acda8e57065ca37a30f4af97cac721 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 3 Feb 2017 12:04:25 +0100 Subject: [PATCH] test.js: remove stray comment --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 9b2f86e..cfbe3ee 100644 --- 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(); } -- 2.11.0