Luke Pulverenti 11 лет назад
Родитель
Сommit
01f4ee7fbb
1 измененных файлов с 0 добавлено и 1 удалено
  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);
         }