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:
Mythmon 2017-01-23 15:26:10 -08:00
parent b64c4d29e7
commit 444bade64c

View File

@ -331,7 +331,6 @@ this.Heartbeat = class {
close() { close() {
this.notificationBox.removeNotification(this.notice); this.notificationBox.removeNotification(this.notice);
this.cleanup();
} }
cleanup() { cleanup() {