skip debug message

This commit is contained in:
chrislu 2022-09-27 13:12:31 -07:00
parent 7ae51d1ec6
commit 47fd5d3fa1

View file

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