Browse Source

skip debug message

pull/3754/head
chrislu 2 years ago
parent
commit
47fd5d3fa1
  1. 2
      weed/util/skiplist/skiplist_test.go

2
weed/util/skiplist/skiplist_test.go

@ -89,7 +89,7 @@ func TestInsertAndFind(t *testing.T) {
}
}
// println("print list")
list.println()
// list.println()
}

Loading…
Cancel
Save