mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 18:21:32 +10:00
fix: wip
This commit is contained in:
@ -3,6 +3,6 @@ import { env } from '@documenso/lib/utils/env';
|
||||
// Todo: Delete
|
||||
export const authDebugger = (message: string) => {
|
||||
if (env('NODE_ENV') === 'development') {
|
||||
console.log(`[DEBUG]: ${message}`);
|
||||
// console.log(`[DEBUG]: ${message}`);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user