Removed unused logging
This commit is contained in:
@@ -133,14 +133,6 @@ public class LoggingHelper
|
||||
}
|
||||
}
|
||||
|
||||
public void PrintDebugSeasonCreatedOutsideCutoff()
|
||||
{
|
||||
if(Configuration.DebugMode)
|
||||
{
|
||||
_logger.LogInformation("All episodes were created outside of media cutoff, season is possibly stale.");
|
||||
}
|
||||
}
|
||||
|
||||
public void PrintDebugEpisodesWithUserData(IReadOnlyCollection<BaseItem> episodesWithUserData)
|
||||
{
|
||||
if(Configuration.DebugMode){
|
||||
@@ -164,6 +156,4 @@ public class LoggingHelper
|
||||
_logger.LogInformation("-------------------------------------------------");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user