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,