Skip to content

Commit

Permalink
chore(suite-desktop): remove unused property from logger
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 authored and komret committed Jun 5, 2024
1 parent 4155bb8 commit 3a3ddc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/suite-desktop-core/src/libs/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ type RepeatedLogMessage = LogMessage & {
};

export class Logger implements ILogger {
static instance: Logger;
private stream?: Promise<fs.WriteStream | undefined>;
private defaultOptions: Options;
private options: Options;
Expand Down

0 comments on commit 3a3ddc1

Please sign in to comment.