mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Logger] Have logging automatically start on Logger create
This commit is contained in:
@@ -21,7 +21,6 @@ namespace SabreTools
|
||||
|
||||
// Perform initial setup and verification
|
||||
Logger logger = new Logger(true, "simplesort.log");
|
||||
logger.Start();
|
||||
|
||||
// Credits take precidence over all
|
||||
if ((new List<string>(args)).Contains("--credits"))
|
||||
|
||||
Reference in New Issue
Block a user