Removed temp file creation
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user