Skip to content

Commit 443e8d9

Browse files
committed
feat(button): squashing
2 parents 8b41944 + b2b2a80 commit 443e8d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TELBlazor.Components.ShowCase.E2ETests/Helpers/BrowserHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ public static async Task<IBrowserContext> CreateBrowserContextAsync(IPlaywright
1515

1616
IBrowser browser;
1717
bool headless = (bool.TryParse(Environment.GetEnvironmentVariable("HeadlessTesting"), out var result) && result);
18-
Console.WriteLine($"[DEBUG] HeadlessTesting = {headless}");
1918
switch (browserType.ToLower())
2019
{
2120
case "chromium":

0 commit comments

Comments
 (0)