Skip to content

Commit

Permalink
removing wrong log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
josenicomaia committed May 12, 2019
1 parent 7ab3eb6 commit 85089c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ func monitorPlayers() {
continue
}

log.Println("Opa, tudo certo!!!")

gameID := strconv.FormatInt(info.GameID, 10)
keyName := info.PlatformID + "_" + gameID
resume := false
Expand Down

0 comments on commit 85089c6

Please sign in to comment.