From efe4cfbbe14616848290ec8b4a356e83566dff09 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Sun, 31 Dec 2023 11:43:22 -0600 Subject: [PATCH] Remove left over debug print --- sdPlugin/propertyinspector/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/sdPlugin/propertyinspector/index.html b/sdPlugin/propertyinspector/index.html index 5085a3d..cd781ae 100644 --- a/sdPlugin/propertyinspector/index.html +++ b/sdPlugin/propertyinspector/index.html @@ -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;