chore: remove unused logging

This commit is contained in:
pommee
2026-02-13 21:14:59 +01:00
committed by Hugo
parent f466846b79
commit b6a777b717
@@ -23,8 +23,6 @@ export function LoggingSection({
const currentLogLevel =
typeof logLevel === "number" ? logLevelMap[logLevel] : logLevel;
console.log(logLevel);
return (
<>
<SettingRow