Luke Pulverenti 11 år sedan
förälder
incheckning
01f4ee7fbb
1 ändrade filer med 0 tillägg och 1 borttagningar
  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);
         }