diff options
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 | { |