From 73e0e1e6eabf8beb28c21ec9cf98d4eccd4a011e Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Fri, 13 May 2022 21:28:11 -0700 Subject: [PATCH] remove logging --- src/ui/components/ServerLaunchSection.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/components/ServerLaunchSection.tsx b/src/ui/components/ServerLaunchSection.tsx index 4eb1d76..c3559dc 100644 --- a/src/ui/components/ServerLaunchSection.tsx +++ b/src/ui/components/ServerLaunchSection.tsx @@ -75,8 +75,6 @@ export default class ServerLaunchSection extends React.Component jarFolder = jarFolder.substring(0, config.grasscutter_path.lastIndexOf('\\')) } - console.log(jarFolder) - // Launch the jar await invoke('run_jar', { path: config.grasscutter_path,