diff --git a/Config/ConfigUtils.vb b/Config/ConfigUtils.vb index 486a60d2..79688d11 100644 --- a/Config/ConfigUtils.vb +++ b/Config/ConfigUtils.vb @@ -2,13 +2,13 @@ Public Class ConfigUtils Private ReadOnly _Logger As Logger - Private ReadOnly _File As FilesystemEx + ' Private ReadOnly _File As FilesystemEx Private Const MIGRATE_DIRECTORY As String = "Migrate" Public Sub New(LogConfig As LogConfig) _Logger = LogConfig.GetLogger() - _File = New FilesystemEx(LogConfig) + ' _File = New FilesystemEx(LogConfig) End Sub '''