diff --git a/src/renderer/bootstrap.tsx b/src/renderer/bootstrap.tsx index 3a84b4fc67..34474515fe 100644 --- a/src/renderer/bootstrap.tsx +++ b/src/renderer/bootstrap.tsx @@ -28,7 +28,6 @@ import assert from "assert"; import startFrameInjectable from "./start-frame/start-frame.injectable"; export async function bootstrap(di: DiContainer) { - console.log(window.frameElement); const startFrame = di.inject(startFrameInjectable); await startFrame();