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 d05720f commit 96a25ebCopy full SHA for 96a25eb
TELBlazor.Components/Components/BaseComponents/TELButton.razor
@@ -96,8 +96,7 @@ else
96
[ExcludeFromCodeCoverage]
97
private async Task HandleClick()
98
{
99
- TELButtonLogger.LogInformation($"Button clicked, text: {ButtonText}");
100
- TELButtonLogger.LogDebug($"Debug log should only happen if overide works");
+ TELButtonLogger.LogInformation($"Button clicked: {ButtonText}");
101
102
if (PreventDoubleClick && !isClickedRecently)
103
0 commit comments