mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1325409 - shield-recipe-client: Remove unnecessary cleanup r=mythmon
See also: https://github.com/mozilla/normandy/pull/443/files MozReview-Commit-ID: 6LdFs4YdfMs --HG-- extra : rebase_source : 0c854f02696cdf24621eeea576ff420f04694adc
This commit is contained in:
parent
b64c4d29e7
commit
444bade64c
@ -331,7 +331,6 @@ this.Heartbeat = class {
|
|||||||
|
|
||||||
close() {
|
close() {
|
||||||
this.notificationBox.removeNotification(this.notice);
|
this.notificationBox.removeNotification(this.notice);
|
||||||
this.cleanup();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
|
Loading…
Reference in New Issue
Block a user