rm console.log

This commit is contained in:
Paul Wieland 2024-01-23 15:54:47 -05:00
parent 4d8cb14917
commit 841c7353a2
1 changed files with 0 additions and 1 deletions

View File

@ -305,7 +305,6 @@
} }
button.manifest = `${hardware}${protocol}-manifest.json`; button.manifest = `${hardware}${protocol}-manifest.json`;
console.log(button.manifest);
}) })
); );