Remove funny unicode strings in comment

This commit is contained in:
Eric Wong (PAX) 2019-05-16 14:25:45 -07:00
commit 7196b527a4

View file

@ -111,8 +111,8 @@ namespace CalculatorApp
// Create an instance of TraceLogger // Create an instance of TraceLogger
TraceLogger(); TraceLogger();
// As mentioned in Microsofts Privacy Statement(https://privacy.microsoft.com/en-US/privacystatement#maindiagnosticsmodule), // As mentioned in Microsoft's Privacy Statement(https://privacy.microsoft.com/en-US/privacystatement#maindiagnosticsmodule),
// sampling is involved in Microsofts diagnostic data collection process. // sampling is involved in Microsoft's diagnostic data collection process.
// These keywords provide additional input into how frequently an event might be sampled. // These keywords provide additional input into how frequently an event might be sampled.
// The lower the level of the keyword, the higher the possibility that the corresponding event may be sampled. // The lower the level of the keyword, the higher the possibility that the corresponding event may be sampled.
void LogLevel1Event(std::wstring_view eventName, winrt::Windows::Foundation::Diagnostics::LoggingFields fields) const; void LogLevel1Event(std::wstring_view eventName, winrt::Windows::Foundation::Diagnostics::LoggingFields fields) const;