aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/UsageReporter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/UsageReporter.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/UsageReporter.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/UsageReporter.cs b/MediaBrowser.Common.Implementations/Security/UsageReporter.cs
index 7c8127db3..c32acd25b 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);
}