remove logging

This commit is contained in:
SpikeHD
2022-05-13 21:28:11 -07:00
parent de652c4cdf
commit 73e0e1e6ea

View File

@@ -75,8 +75,6 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
jarFolder = jarFolder.substring(0, config.grasscutter_path.lastIndexOf('\\'))
}
console.log(jarFolder)
// Launch the jar
await invoke('run_jar', {
path: config.grasscutter_path,