Luke Pulverenti 11 years ago
parent
commit
01f4ee7fbb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      MediaBrowser.Common.Implementations/Security/UsageReporter.cs

+ 0 - 1
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);
         }