diff --git a/EpicPrefill/Settings/AppConfig.cs b/EpicPrefill/Settings/AppConfig.cs index e1979fa..02eb46f 100644 --- a/EpicPrefill/Settings/AppConfig.cs +++ b/EpicPrefill/Settings/AppConfig.cs @@ -62,8 +62,6 @@ public static bool VerboseLogs public static readonly string DefaultUserAgent = "EpicGamesLauncher/14.6.2-24350103+++Portal+Release-Live Windows/10.0.19044.1.256.64bit"; -#if DEBUG - public static bool SkipDownloads { get; set; } /// @@ -71,6 +69,5 @@ public static bool VerboseLogs /// public static bool NoLocalCache { get; set; } -#endif } } \ No newline at end of file