Skip to content

Commit d93462e

Browse files
author
Joe Crick
committed
Remove test code
1 parent 35ac68d commit d93462e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/event.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import format from './format';
88
*/
99
export default function makeEventFinder(data){
1010
return function getEvents(date) {
11-
const formattedDate = format(date);
1211
return data[format(date)] || [];
1312
};
1413
}

0 commit comments

Comments
 (0)