Skip to content

Commit

Permalink
Delete needless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Feb 29, 2024
1 parent 1ad7c5a commit 41346a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webextensions/dialog/countdown/countdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ configs.$loaded.then(async () => {
}
catch(error) {
log('failed to accept countdown dialog: ', error);
//window.close();
}
}, 250);
});

0 comments on commit 41346a0

Please sign in to comment.