Skip to content

Commit

Permalink
Revert "Added benchmark handler call"
Browse files Browse the repository at this point in the history
This reverts commit 08948d6.
  • Loading branch information
TwentyFourMinutes committed Feb 3, 2021
1 parent 08948d6 commit 242facd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ public class BenchmarkDb : Database

public BenchmarkDb() : base(SecretsHandler.GetConnectionString<Startup>("Tests"))
{
BenchmarkHandler.Init(this);
}
}
}

0 comments on commit 242facd

Please sign in to comment.