From a2c28d7742d3a29310cb6fc2eef7a8064eec58e8 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 18 Sep 2018 07:44:00 -0700 Subject: [PATCH] Remove debug cruft --- js/reducers/playlist.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/reducers/playlist.ts b/js/reducers/playlist.ts index b7bffe32..a56d169d 100644 --- a/js/reducers/playlist.ts +++ b/js/reducers/playlist.ts @@ -26,8 +26,6 @@ import { MEDIA_TAG_REQUEST_STATUS } from "../constants"; import { filenameFromUrl } from "../fileUtils"; import { shuffle, moveSelected, objectMap, objectFilter } from "../utils"; -const foo = objectMap({ foo: 1 }, String); - const defaultPlaylistState = { trackOrder: [], currentTrack: null,