Skip to content

Commit

Permalink
remove old measurement code
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanstapel committed Sep 5, 2023
1 parent 70be4ac commit 0d51ec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions BrickOwlSharp.Demos/BrickOwlSharp.Demos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@
<ProjectReference Include="..\BrickOwlSharp.Client\BrickOwlSharp.Client.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="apikey.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
4 changes: 0 additions & 4 deletions BrickOwlSharp.Demos/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ internal static class Program
static async Task<int> Main()
{
BrickOwlClientConfiguration.Instance.ApiKey = System.IO.File.ReadAllText("apikey.txt");
BrickOwlClientConfiguration.Instance.ApiCallEvent += new BrickOwlApiCallDelegate(() =>
{
Console.WriteLine($"API called");
});

/*
WishlistDemo demo = new WishlistDemo();
Expand Down

0 comments on commit 0d51ec6

Please sign in to comment.