Skip to content

Commit 4f1d7a8

Browse files
chore: remove write method from logger
1 parent e874d33 commit 4f1d7a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/common/logger/logger.ts

-4
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ export class Logger implements ILogger {
9191
this.logMessage(encodedArgs, LoggerLevel.TRACE);
9292
}
9393

94-
write(...args: any[]): void {
95-
process.stdout.write(util.format.apply(null, args));
96-
}
97-
9894
prepare(item: any): string {
9995
if (typeof item === "undefined" || item === null) {
10096
return "[no content]";

0 commit comments

Comments
 (0)