Remove stray comments

This commit is contained in:
Jasmine Schladen 2021-02-19 18:27:29 -08:00
parent b3d0b7ce1b
commit 811ac1a970
1 changed files with 0 additions and 3 deletions

View File

@ -77,9 +77,6 @@ angular.module('lemur')
};
NotificationService.update = function (notification) {
// this.certificates = [];
// this.removedCertificates = [];
// this.addedCertificates = [];
return notification.put();
};