Skip to content

Commit

Permalink
Remove left over debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Dec 31, 2023
1 parent b63a0d2 commit efe4cfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdPlugin/propertyinspector/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
}
}
document.getElementById('toggleKindDiv').classList.remove('hidden');
console.log(settings);
document.querySelector(`#toggleKind option[value="${settings.toggleKind}"]`).setAttribute('selected', true);
}
document.getElementById('feedbackSounds').checked = settings.feedbackSounds;
Expand Down

0 comments on commit efe4cfb

Please sign in to comment.