File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -467,17 +467,11 @@ protected void WriteSurvey()
467
467
Message = ansiCodePrefix + "https://go.microsoft.com/fwlink/?linkid=2202892" + ansiCodeSuffix ,
468
468
NoNewLine = true ,
469
469
} ;
470
- HostInformationMessage dot = new HostInformationMessage ( )
471
- {
472
- Message = ansiCodePrefix + "." + ansiCodeSuffix ,
473
- NoNewLine = true ,
474
- } ;
475
470
WriteInformation ( newLine , new string [ ] { "PSHOST" } ) ;
476
471
WriteInformation ( howWas , new string [ ] { "PSHOST" } ) ;
477
472
WriteInformation ( link , new string [ ] { "PSHOST" } ) ;
478
473
WriteInformation ( action , new string [ ] { "PSHOST" } ) ;
479
474
WriteInformation ( website , new string [ ] { "PSHOST" } ) ;
480
- WriteInformation ( dot , new string [ ] { "PSHOST" } ) ;
481
475
WriteInformation ( newLine , new string [ ] { "PSHOST" } ) ;
482
476
483
477
You can’t perform that action at this time.
0 commit comments