WebSockets: remove test code from ardour.js
This commit is contained in:
parent
089a4958ca
commit
7aca159017
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user