Removed unecessary tiredness vulgarity

This commit is contained in:
Stephen McQuay 2014-04-02 22:44:17 -07:00
parent a956162205
commit 752cec48f3
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ func NewGame(id string, width, height float32, obstacles, tick, maxPoints int, m
1*time.Second, 1*time.Second,
) )
if err != nil { if err != nil {
log.Fatal("seriously, what the fuck")
return nil, err return nil, err
} }
go bw.Run() go bw.Run()