From 01f4ee7fbbf802da17ec72e6cf1a4134a41800b9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 28 May 2014 10:22:15 -0400 Subject: [PATCH] comments --- MediaBrowser.Common.Implementations/Security/UsageReporter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs index 7c8127db31..c32acd25b6 100644 --- a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs +++ b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs @@ -40,7 +40,6 @@ namespace MediaBrowser.Common.Implementations.Security public Task ReportAppUsage(ClientInfo app, CancellationToken cancellationToken) { // TODO: Implement this - // Make sure to handle DeviceVersion being return Task.FromResult(true); }