Skip to content

Commit

Permalink
-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Dec 9, 2024
1 parent 92509ff commit a867a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Play/QuickMatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ export function QuickMatch(): JSX.Element {

const selected_bot_value = available_bots.find((b) => b.id === selected_bot) || undefined;

console.log("selected bot ", selected_bot_value);
//console.log("selected bot ", selected_bot_value);
// Construction of the pane we need to show...
return (
<>
Expand Down

0 comments on commit a867a47

Please sign in to comment.