Skip to content

Commit 58275d0

Browse files
committed
up
1 parent 6d63d42 commit 58275d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/notification_center/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export interface NotificationSender {
5858
export class DefaultNotificationCenter implements NotificationCenter, NotificationSender {
5959
private logger: LogHandler;
6060
private errorHandler: ErrorHandler;
61-
private callbacks: Map<Fn, boolean> = new Map();
6261

6362
private removerId = 1;
6463
private eventEmitter: EventEmitter<NotificationPayload> = new EventEmitter();

0 commit comments

Comments
 (0)