MicrosoftDocs / Virtualization-Documentation

Place to store our documentation, code samples, etc for public consumption.
http://docs.microsoft.com/virtualization/
Creative Commons Attribution 4.0 International
1.8k stars 1.54k forks source link

[WindowsContainerNetworking-LoggingAndCleanupAide.ps1] Declutter #1420

Open ashenm opened 4 years ago

ashenm commented 4 years ago
  1. Remove redundant logging statements; the expected behaviour of the subsequent statements, lines 321 to 323, are already satisfied by line 287 of 9896a13d6a1ec4fc437e3904be07a9633310f844.

https://github.com/MicrosoftDocs/Virtualization-Documentation/blob/9896a13d6a1ec4fc437e3904be07a9633310f844/windows-server-container-tools/CleanupContainerHostNetworking/WindowsContainerNetworking-LoggingAndCleanupAide.ps1#L321-L323

https://github.com/MicrosoftDocs/Virtualization-Documentation/blob/9896a13d6a1ec4fc437e3904be07a9633310f844/windows-server-container-tools/CleanupContainerHostNetworking/WindowsContainerNetworking-LoggingAndCleanupAide.ps1#L287

  1. Minor syntax changes to uniform styles.