We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5c839 commit 1e799d9Copy full SHA for 1e799d9
src/CalcViewModel/Common/TraceLogger.cpp
@@ -104,7 +104,6 @@ namespace CalculatorApp
104
if (NavCategoryStates::IsValidViewMode(mode))
105
{
106
auto fields = ref new LoggingFields();
107
- ;
108
fields->AddString(StringReference(CALC_MODE), NavCategoryStates::GetFriendlyName(mode));
109
TraceLoggingCommon::GetInstance()->LogLevel2Event(StringReference(EVENT_NAME_MODE_CHANGED), fields);
110
}
0 commit comments