Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DeyV/go_game
Browse files Browse the repository at this point in the history
  • Loading branch information
DeyV committed Aug 30, 2013
2 parents 778302a + 4e30276 commit cf60916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/stone.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package board

import (
"fmt"
// "fmt"
"strconv"
)

Expand All @@ -25,7 +25,7 @@ func (s *StoneField) ChangeBreath(val int8) bool {

s.Group.breath += val

fmt.Println(val, s.breath, s.Group.breath)
// fmt.Println(val, s.breath, s.Group.breath)

if s.Group.breath <= 0 {
return false
Expand Down

0 comments on commit cf60916

Please sign in to comment.