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:
@@ -67,7 +67,6 @@ namespace SabreTools
|
||||
};
|
||||
|
||||
Logger logger = new Logger(false, "");
|
||||
logger.Start();
|
||||
foreach (string input in inputs)
|
||||
{
|
||||
DATFromDir dfd = new DATFromDir(input, datdata, false /* noMD5 */, false /* noSHA1 */, true /* bare */, false /* archivesAsFiles */,
|
||||
|
||||
Reference in New Issue
Block a user