Removed temp file creation

This commit is contained in:
2023-08-05 21:53:08 +03:00
parent 5497ee9119
commit 06d322b5b3

View File

@@ -170,8 +170,6 @@ public class Program
URLs = new SettingsDictionary<string, string>("./Data/Resources/URLs.json"); URLs = new SettingsDictionary<string, string>("./Data/Resources/URLs.json");
File.WriteAllText("temp.txt", string.Join(" ", URLs.Keys));
Logger.LogEvent += (message, type, isInternal) => Logger.LogEvent += (message, type, isInternal) =>
{ {
if (isInternal) return; if (isInternal) return;