refactored logging.

This commit is contained in:
Michael Mainguy 2024-04-03 10:10:01 -05:00
parent 1d003c77e6
commit 9a9b865843

View File

@ -54,11 +54,8 @@ export class VoiceRecognizer {
const profile = await eagleProfiler.export(); const profile = await eagleProfiler.export();
//console.log(profile.bytes.buffer);
//console.log(profile.bytes);
//console.log(profile.bytes.buffer.toString('base64'));
//console.log(profile);
//WebVoiceProcessor.unsubscribe(engine); //WebVoiceProcessor.unsubscribe(engine);
//WebVoiceProcessor.unsubscribe(engine); //WebVoiceProcessor.unsubscribe(engine);
//eagleProfiler.release(); //eagleProfiler.release();