diff options
author | Rob Mensching <rob@firegiant.com> | 2022-12-06 15:54:17 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-12-06 17:29:07 -0800 |
commit | aa591db212c3df5a5c9f501c01fb1fbf2deadb7c (patch) | |
tree | 6e2e1e9ed3cf1b87f1cc3f05eaeb69c69d9bbf6f /src/tools/heat/RegFileHarvester.cs | |
parent | 07fbc3561fb66dba1502305ba4aff1db905c84e4 (diff) | |
download | wix-aa591db212c3df5a5c9f501c01fb1fbf2deadb7c.tar.gz wix-aa591db212c3df5a5c9f501c01fb1fbf2deadb7c.tar.bz2 wix-aa591db212c3df5a5c9f501c01fb1fbf2deadb7c.zip |
Automated code clean up
Diffstat (limited to 'src/tools/heat/RegFileHarvester.cs')
-rw-r--r-- | src/tools/heat/RegFileHarvester.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/heat/RegFileHarvester.cs b/src/tools/heat/RegFileHarvester.cs index 3e7acaba..fcb4a9c2 100644 --- a/src/tools/heat/RegFileHarvester.cs +++ b/src/tools/heat/RegFileHarvester.cs | |||
@@ -362,7 +362,6 @@ namespace WixToolset.Harvesters | |||
362 | 362 | ||
363 | this.currentLineNumber++; | 363 | this.currentLineNumber++; |
364 | line = line.Trim(); | 364 | line = line.Trim(); |
365 | Console.Write("Processing line: {0}\r", this.currentLineNumber); | ||
366 | 365 | ||
367 | if (line.EndsWith("\\")) | 366 | if (line.EndsWith("\\")) |
368 | { | 367 | { |