Skip to content

Commit

Permalink
fix: removes erroneous console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stacy committed Sep 13, 2024
1 parent 695c885 commit 6e74486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transport-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export class AdzeTransportFile extends Middleware {
*/
private writeLog(message: string): void {
if (this.logStream) {
console.log(message);
this.logStream.write(message + '\n');
}
}
Expand Down

0 comments on commit 6e74486

Please sign in to comment.