Skip to content

Commit

Permalink
Avoid using console.clear() to preserve messages for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jzvikart committed Dec 16, 2024
1 parent e5fb5d5 commit 3fab472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ class ElizaLogger {
}

export const elizaLogger = new ElizaLogger();
elizaLogger.clear();
elizaLogger.closeByNewLine = true;
elizaLogger.useIcons = true;

Expand Down

0 comments on commit 3fab472

Please sign in to comment.