mirror of
https://github.com/pommee/goaway.git
synced 2026-04-26 10:39:12 -05:00
chore: remove unused logging
This commit is contained in:
@@ -23,8 +23,6 @@ export function LoggingSection({
|
||||
const currentLogLevel =
|
||||
typeof logLevel === "number" ? logLevelMap[logLevel] : logLevel;
|
||||
|
||||
console.log(logLevel);
|
||||
|
||||
return (
|
||||
<>
|
||||
<SettingRow
|
||||
|
||||
Reference in New Issue
Block a user