Remove usunused import

This commit is contained in:
Jordan Eldredge 2018-05-03 07:26:50 -07:00
parent d00031054d
commit 353d1fd444

View file

@ -2,7 +2,7 @@
import { BANDS } from "../constants";
import Emitter from "../emitter";
import ElementSource from "./elementSource";
import detectChannels from "./detectChannels";
// import detectChannels from "./detectChannels";
export default class Media {
constructor() {