Remove debug cruft

This commit is contained in:
Jordan Eldredge 2018-09-18 07:44:00 -07:00
parent 9a7861d054
commit a2c28d7742

View file

@ -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,