Skip to content

Commit 652fd47

Browse files
committed
fix: remove disable
1 parent 20186a5 commit 652fd47

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/sdk-multichain/src/domain/logger

packages/sdk-multichain/src/domain/logger/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const createLogger = (
2525
namespace: LoggerNameSpaces = 'metamask-sdk',
2626
color = '214',
2727
) => {
28-
debug.disable();
2928
const logger = debug(namespace);
3029
logger.color = color; // Yellow color (basic ANSI)
3130
return logger;

0 commit comments

Comments
 (0)