13
0

WebSockets: remove test code from ardour.js

This commit is contained in:
Luciano Iam 2020-04-12 14:49:09 +02:00 committed by Robin Gareus
parent 089a4958ca
commit 7aca159017
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -139,12 +139,3 @@ export class Ardour {
}
}
async function test() {
const ardour = new Ardour();
await ardour.open();
const bpm = await ardour.setTempo(80);
console.log(bpm);
}
test();