From 921f522732b199a6dd0872be5820471b227cc1d1 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Tue, 20 Aug 2024 19:37:35 -0700 Subject: [PATCH] Remove redundant `console.log` --- src/gui/src/helpers/launch_app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/src/helpers/launch_app.js b/src/gui/src/helpers/launch_app.js index 940b6d0b..e1569691 100644 --- a/src/gui/src/helpers/launch_app.js +++ b/src/gui/src/helpers/launch_app.js @@ -40,7 +40,6 @@ const launch_app = async (options)=>{ // explorer is a special case if(options.name === 'explorer'){ - console.log('explorer'); app_info = []; } else if(options.app_obj)