Skip to content

Commit

Permalink
Merge branch 'feat/multibet_benchmarking' of https://github.com/valor…
Browse files Browse the repository at this point in the history
…y-xyz/trader into feat/multibet_benchmarking
  • Loading branch information
cyberosa committed Nov 22, 2024
2 parents 41d4c02 + b34b48a commit 8ede944
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def _sample(self) -> Optional[int]:
available_bets = list(
filter(lambda bet: self.processable_bet(bet, now=now), self.bets)
)
self.context.logger.info(f"length of available bets: {len(available_bets)}")
if len(available_bets) == 0:
msg = "There were no unprocessed bets available to sample from!"
self.context.logger.warning(msg)
Expand Down

0 comments on commit 8ede944

Please sign in to comment.