From: Paul Brossier Date: Fri, 3 Feb 2017 11:04:25 +0000 (+0100) Subject: test.js: remove stray comment X-Git-Tag: v0.0.2~11 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=4ba562e992acda8e57065ca37a30f4af97cac721;p=node-aubio.git test.js: remove stray comment --- 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(); }