Skip to content

Commit d7d5168

Browse files
author
Marvin Frachet
committed
fixing fmt println
1 parent 5ce3219 commit d7d5168

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vnode.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func (vnode *Vnode) IsSame(other Node) bool {
2727
otherKey := other.GetKey()
2828

2929
if currKey != nil && otherKey != nil {
30-
fmt.Println("They are the same => ", *currKey)
3130
return *currKey == *otherKey
3231
}
3332

0 commit comments

Comments
 (0)