chore(core): remove redundant log

This commit is contained in:
Elian Doran
2026-03-26 19:16:23 +02:00
parent 5fec715e3f
commit 13e26c5b3f

View File

@@ -108,7 +108,6 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
]);
function getOptions() {
console.log("Got opts");
const optionMap = optionService.getOptionMap();
const resultMap: Record<string, string> = {};