From e817063e53ed88ba05a0a4f0f85f939824a91f45 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 10 Sep 2021 22:05:43 -0700 Subject: [PATCH] Remove debug write from NSIS --- BurnOutSharp/PackerType/NSIS.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BurnOutSharp/PackerType/NSIS.cs b/BurnOutSharp/PackerType/NSIS.cs index 43ab0150..9e0798bb 100644 --- a/BurnOutSharp/PackerType/NSIS.cs +++ b/BurnOutSharp/PackerType/NSIS.cs @@ -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()}";