Stopped audio encoder outputting directly

This commit is contained in:
hydrabolt
2015-11-08 20:51:29 +00:00
parent 18e35d82e1
commit 82206e75b6
2 changed files with 0 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ var AudioEncoder = (function () {
var p = cpoc.spawnSync(choice);
if (!p.error) {
console.log("found " + choice);
this.choice = choice;
return choice;
}

View File

@@ -34,7 +34,6 @@ class AudioEncoder{
for(var choice of choices){
var p = cpoc.spawnSync(choice);
if(!p.error){
console.log("found " + choice);
this.choice = choice;
return choice;
}