diff --git a/vnode.go b/vnode.go index 9f6c7e9..2a3f647 100755 --- a/vnode.go +++ b/vnode.go @@ -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 }