Skip to content

Commit 6cb979b

Browse files
author
kumar-ankita
committed
logger class
1 parent fcdc1aa commit 6cb979b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/logger.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ export class Logger {
2121
public debug(message: string): void {
2222
this.logger.debug(message);
2323
}
24-
25-
// You can add more logging methods as needed
2624
}

0 commit comments

Comments
 (0)