Updated csproj

This commit is contained in:
Mark McDowall 2013-02-20 23:29:59 -08:00
commit 5b50aa5d59
2 changed files with 1 additions and 5 deletions

View file

@ -16,10 +16,6 @@ namespace NzbDrone.Core.Tv
public class SeasonRepository : BasicRepository<Season>, ISeasonRepository
{
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
private readonly IDatabase _database;
public SeasonRepository(IObjectDatabase database)
: base(database)
{