diff --git a/Class/ApplicationContext.vb b/Class/ApplicationContext.vb index c90c5d8..a9eb503 100644 --- a/Class/ApplicationContext.vb +++ b/Class/ApplicationContext.vb @@ -99,9 +99,6 @@ Namespace LiteTask ' Initialize email notification system End If - ' Reload memory monitor and daily restart settings on the scheduler - _customScheduler.LoadMemoryMonitorSettings() - _logger.LogInfo("Settings loaded successfully") Catch ex As Exception _logger.LogError($"Error loading settings: {ex.Message}")