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()
467467 Message = ansiCodePrefix + "https://go.microsoft.com/fwlink/?linkid=2202892" + ansiCodeSuffix ,
468468 NoNewLine = true ,
469469 } ;
470- HostInformationMessage dot = new HostInformationMessage ( )
471- {
472- Message = ansiCodePrefix + "." + ansiCodeSuffix ,
473- NoNewLine = true ,
474- } ;
475470 WriteInformation ( newLine , new string [ ] { "PSHOST" } ) ;
476471 WriteInformation ( howWas , new string [ ] { "PSHOST" } ) ;
477472 WriteInformation ( link , new string [ ] { "PSHOST" } ) ;
478473 WriteInformation ( action , new string [ ] { "PSHOST" } ) ;
479474 WriteInformation ( website , new string [ ] { "PSHOST" } ) ;
480- WriteInformation ( dot , new string [ ] { "PSHOST" } ) ;
481475 WriteInformation ( newLine , new string [ ] { "PSHOST" } ) ;
482476
483477
You can’t perform that action at this time.
0 commit comments