diff --git a/src/Core/Services/EventService.cs b/src/Core/Services/EventService.cs index b5d30fcf6..44b0011d1 100644 --- a/src/Core/Services/EventService.cs +++ b/src/Core/Services/EventService.cs @@ -31,8 +31,6 @@ namespace Bit.Core.Services public async Task CollectAsync(EventType eventType, string cipherId = null, bool uploadImmediately = false) { - return; - // TODO var authed = await _userService.IsAuthenticatedAsync(); if(!authed) { @@ -76,8 +74,6 @@ namespace Bit.Core.Services public async Task UploadEventsAsync() { - return; - // TODO var authed = await _userService.IsAuthenticatedAsync(); if(!authed) {