Skip to content

Commit 330bbdc

Browse files
committed
fix: put back defaultcharacter.ts and ci issues with logger.ts
1 parent 2e1bfb9 commit 330bbdc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/core/src/logger.ts

-11
Original file line numberDiff line numberDiff line change
@@ -243,17 +243,6 @@ class ElizaLogger implements IElizaLogger {
243243
groupTitle: ` ${this.assertsTitle}`,
244244
});
245245
}
246-
247-
progress(message: string) {
248-
if (this.isNode) {
249-
// Clear the current line and move cursor to beginning
250-
process.stdout.clearLine(0);
251-
process.stdout.cursorTo(0);
252-
process.stdout.write(message);
253-
} else {
254-
console.log(message);
255-
}
256-
}
257246
}
258247

259248
export const elizaLogger = new ElizaLogger();

0 commit comments

Comments
 (0)