remove window.setLKLogLevel

This commit is contained in:
Timo
2025-03-07 16:19:06 +01:00
parent 8638c03f42
commit 1c65dbb57d
2 changed files with 0 additions and 3 deletions

View File

@@ -18,7 +18,6 @@ declare global {
interface Window {
controls: Controls;
setLKLogLevel: unknown;
}
interface HTMLElement {

View File

@@ -24,8 +24,6 @@ import { App } from "./App";
import { init as initRageshake } from "./settings/rageshake";
import { Initializer } from "./initializer";
window.setLKLogLevel = setLKLogLevel;
initRageshake().catch((e) => {
logger.error("Failed to initialize rageshake", e);
});