Browse Source

update buttons

Luke Pulverenti 9 years ago
parent
commit
70b1d39445

+ 1 - 1
MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs

@@ -975,7 +975,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
 
 
             if (type == null)
             if (type == null)
             {
             {
-                Logger.Debug("Unknown type {0}", typeString);
+                //Logger.Debug("Unknown type {0}", typeString);
 
 
                 return null;
                 return null;
             }
             }