forked from jsnbuchanan/crowd-funder-for-time-pwa
fix more logging cleanup errors
This commit is contained in:
@@ -25,7 +25,7 @@ export const logger = {
|
||||
// eslint-disable-next-line no-console
|
||||
console.debug(message, ...args);
|
||||
const argsString = args.length > 0 ? " - " + safeStringify(args) : "";
|
||||
logToDb(message + argsString);
|
||||
// logToDb(message + argsString);
|
||||
}
|
||||
},
|
||||
log: (message: string, ...args: unknown[]) => {
|
||||
|
||||
Reference in New Issue
Block a user