Skip to content

Commit a0b5785

Browse files
committed
remove the print line
1 parent bb4579a commit a0b5785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ var strlen = memoize.NewWithCache(
166166
),
167167
),
168168
func(s string) int {
169-
fmt.Println(s)
170169
return len(s)
171170
},
172171
)

0 commit comments

Comments
 (0)