We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6a094 commit 724746bCopy full SHA for 724746b
1 file changed
Components/Pages/Counter.razor
@@ -18,8 +18,6 @@
18
private void IncrementCount()
19
{
20
currentCount += IncrementAmount;
21
- var apiKey = Environment.GetEnvironmentVariable("TEST_API_KEY");
22
- Console.WriteLine($"API Key: {apiKey}");
23
}
24
25
0 commit comments