Skip to content

Commit

Permalink
fixing fmt println
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Frachet committed Feb 21, 2019
1 parent 5ce3219 commit d7d5168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vnode.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func (vnode *Vnode) IsSame(other Node) bool {
otherKey := other.GetKey()

if currKey != nil && otherKey != nil {
fmt.Println("They are the same => ", *currKey)
return *currKey == *otherKey
}

Expand Down

0 comments on commit d7d5168

Please sign in to comment.