Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 23, 2022
1 parent 813e237 commit f5d5106
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export default class MultiWiggleAdapter extends BaseFeatureDataAdapter {
// something, but it is static for this particular multi-wiggle adapter type
async getSources() {
const adapters = await this.getAdapters()
console.log({ adapters })
return adapters.map(({ dataAdapter, source, name, ...rest }) => ({
name: source,
__name: name,
Expand Down
10 changes: 6 additions & 4 deletions products/jbrowse-web/src/__snapshots__/jbrowseModel.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1141,28 +1141,30 @@ Object {
"bigWigLocation": Object {
"uri": "v1.cram.bw",
},
"source": "k1",
"name": "k1",
"source": "j1",
"type": "BigWigAdapter",
},
Object {
"bigWigLocation": Object {
"uri": "v2.cram.bw",
},
"source": "k2",
"name": "k2",
"source": "j2",
"type": "BigWigAdapter",
},
Object {
"bigWigLocation": Object {
"uri": "v3.cram.bw",
},
"source": "k3",
"name": "k3",
"type": "BigWigAdapter",
},
Object {
"bigWigLocation": Object {
"uri": "v4.cram.bw",
},
"source": "k4",
"name": "k4",
"type": "BigWigAdapter",
},
],
Expand Down

0 comments on commit f5d5106

Please sign in to comment.