Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Don't stop
Browse files Browse the repository at this point in the history
  • Loading branch information
gingters committed Feb 12, 2016
1 parent 90527d4 commit 4528d27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BoardZ/app/components/headerbar/notificationsMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ export class NotificationsMenu {

private updateIconColor() {
var highest = NotificationType.Information;

debugger;

for (let i = 0; i < this.notifications.length; i++) {
if (this.notifications[i].type > highest) {
highest = this.notifications[i].type;
Expand Down

0 comments on commit 4528d27

Please sign in to comment.