enable events

This commit is contained in:
Kyle Spearrin 2019-07-24 14:40:57 -04:00
parent e89f295e1d
commit 0aae22fc00
1 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ export class EventService implements EventServiceAbstraction {
}
async collect(eventType: EventType, cipherId: string = null, uploadImmediately = false): Promise<any> {
return;
const authed = await this.userService.isAuthenticated();
if (!authed) {
return;
@ -66,7 +65,6 @@ export class EventService implements EventServiceAbstraction {
}
async uploadEvents(): Promise<any> {
return;
const authed = await this.userService.isAuthenticated();
if (!authed) {
return;