Remove unneeded comment from memoize.

This commit is contained in:
John-David Dalton
2017-01-09 20:44:29 -08:00
parent 8bc7e006db
commit 2b05673125

View File

@@ -62,7 +62,6 @@ function memoize(func, resolver) {
return memoized;
}
// Expose `MapCache`.
memoize.Cache = MapCache;
export default memoize;