fix linting

This commit is contained in:
2025-05-28 20:30:00 -06:00
parent c7c7b050af
commit 9741b6a3e6
3 changed files with 5 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ export const logger = {
if (process.env.NODE_ENV !== "production") {
// eslint-disable-next-line no-console
console.debug(message, ...args);
const argsString = args.length > 0 ? " - " + safeStringify(args) : "";
// const argsString = args.length > 0 ? " - " + safeStringify(args) : "";
// logToDb(message + argsString);
}
},