Skip to content

Commit 96a25eb

Browse files
committed
refactor(logging): logging check test fix
1 parent d05720f commit 96a25eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TELBlazor.Components/Components/BaseComponents/TELButton.razor

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ else
9696
[ExcludeFromCodeCoverage]
9797
private async Task HandleClick()
9898
{
99-
TELButtonLogger.LogInformation($"Button clicked, text: {ButtonText}");
100-
TELButtonLogger.LogDebug($"Debug log should only happen if overide works");
99+
TELButtonLogger.LogInformation($"Button clicked: {ButtonText}");
101100

102101
if (PreventDoubleClick && !isClickedRecently)
103102
{

0 commit comments

Comments
 (0)