feature: improve audio vis a little more

fix: remove some debugging console stuff
This commit is contained in:
Andy Burke 2025-08-21 23:24:34 -07:00
parent 0ed013c968
commit b6b4fefa34
5 changed files with 102 additions and 44 deletions

View file

@ -115,10 +115,8 @@ Deno.test({
asserts.assert(Array.isArray(long_polled_events));
asserts.assertEquals(long_polled_events.length, 1);
asserts.assertEquals(long_polled_events[0].data?.i, 12345);
console.log('done');
});
} finally {
console.log('finally');
clear_room_events_cache();
if (test_server_info) {
await test_server_info.server.stop();