mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-04 07:55:28 +00:00
Remove console.log
This commit is contained in:
parent
08ae4c0a58
commit
8dd98d4c1a
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