summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 663e6aa..29e07cf 100644
--- a/main.go
+++ b/main.go
@@ -46,7 +46,6 @@ func game(numPlayers, faces int) {
var wg sync.WaitGroup
for i := range numPlayers {
id := i + 1
- fmt.Printf("Player %d start!\n", id)
// Spawn a player.
wg.Go(func() {