Skip to content

Commit

Permalink
remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkJu committed Dec 27, 2024
1 parent 3588fc6 commit 92ab894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/main/settings/GeneralSettings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
}
function resetJavaDistribution() {
console.log(options.start.javaDistribution.type);
if (options.start.javaDistribution.type === "custom") {
options.start.javaDistribution.value = "";
} else if (options.start.javaDistribution.type === "manual") {
Expand Down

0 comments on commit 92ab894

Please sign in to comment.