From 04adade80e0ce8c158af3310cbeda8cb3e378acc Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Sun, 16 Jun 2024 19:25:06 -0700 Subject: [PATCH] Update launch_app.js --- src/helpers/launch_app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/helpers/launch_app.js b/src/helpers/launch_app.js index 7754e6ea1..d7effae15 100644 --- a/src/helpers/launch_app.js +++ b/src/helpers/launch_app.js @@ -27,7 +27,6 @@ import UIWindow from "../UI/UIWindow.js"; * @param {*} options.name - The name of the app to launch. */ const launch_app = async (options)=>{ - console.log('launch_app', options); const uuid = options.uuid ?? window.uuidv4(); let icon, title, file_signature; const window_options = options.window_options ?? {};