Skip to content

Commit 724746b

Browse files
committed
Removing debugging env values
1 parent ee6a094 commit 724746b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Components/Pages/Counter.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
private void IncrementCount()
1919
{
2020
currentCount += IncrementAmount;
21-
var apiKey = Environment.GetEnvironmentVariable("TEST_API_KEY");
22-
Console.WriteLine($"API Key: {apiKey}");
2321
}
2422

2523
}

0 commit comments

Comments
 (0)