summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/web_surfaces/shared/ardour.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/share/web_surfaces/shared/ardour.js b/share/web_surfaces/shared/ardour.js
index bfecce73d2..ee58d9e298 100644
--- a/share/web_surfaces/shared/ardour.js
+++ b/share/web_surfaces/shared/ardour.js
@@ -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();