1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove log

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-12-21 15:00:47 -05:00
parent 769180664e
commit bcc5e871ad

View File

@ -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();