mirror of
https://github.com/bitwarden/web
synced 2026-02-12 06:24:01 +00:00
Removing errand console.log
This commit is contained in:
@@ -215,9 +215,7 @@ export class OrganizationSubscriptionComponent implements OnInit {
|
||||
);
|
||||
}
|
||||
|
||||
get subscriptionMarkedForCancel() {
|
||||
console.log(`Marked for cancellation: ${this.subscription != null && !this.subscription.cancelled && this.subscription.cancelAtEndDate}`);
|
||||
|
||||
get subscriptionMarkedForCancel() {
|
||||
return (
|
||||
this.subscription != null && !this.subscription.cancelled && this.subscription.cancelAtEndDate
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user