Skip to content

Commit 1f79f68

Browse files
committed
chore: clean-up libass package use and remove logging
1 parent 6782d06 commit 1f79f68

5 files changed

Lines changed: 5 additions & 1697 deletions

File tree

package-lock.json

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"@vueuse/integrations": "^11.0.0",
102102
"chart.js": "^4.4.7",
103103
"focus-trap": "^7.5.4",
104-
"libass-wasm": "^4.1.0",
105104
"lodash-es": "^4.17.21",
106105
"lodash.clonedeep": "^4.5.0",
107106
"lodash.isequal": "^4.5.0",

public/lib/subtitles-octopus/subtitles-octopus-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2411,7 +2411,7 @@ var Browser = {
24112411
: null;
24122412
Browser.URLObject = typeof window != 'undefined' ? (window.URL ? window.URL : window.webkitURL) : undefined;
24132413
if (!Module.noImageDecoding && typeof Browser.URLObject == 'undefined') {
2414-
out('warning: Browser does not support creating object URLs. Built-in browser image decoding will not be available.');
2414+
// don't log out('warning: Browser does not support creating object URLs. Built-in browser image decoding will not be available.');
24152415
Module.noImageDecoding = true;
24162416
}
24172417
var imagePlugin = {};

0 commit comments

Comments
 (0)