mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 10:07:35 +00:00
Remove console.log
This commit is contained in:
parent
5ba7fb9349
commit
d7b268674b
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ describe("PlaylistShade", () => {
|
|||
|
||||
it("renders to snapshot", () => {
|
||||
store.dispatch(loadMediaFromUrl("http://example.com", "Some Name", false));
|
||||
console.log(store.getState().playlist.tracks[0]);
|
||||
const tree = renderer
|
||||
.create(
|
||||
<Provider store={store}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue