Remove debug write from NSIS

This commit is contained in:
Matt Nadareski
2021-09-10 22:05:43 -07:00
parent 7cdf6a8c79
commit e817063e53

View File

@@ -19,7 +19,6 @@ namespace BurnOutSharp.PackerType
return null;
string description = Utilities.GetManifestDescription(pex);
Console.WriteLine(description);
if (!string.IsNullOrWhiteSpace(description) && description.StartsWith("Nullsoft Install System"))
return $"NSIS {description.Substring("Nullsoft Install System".Length).Trim()}";