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 90ebefc
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 90ebefc

Please sign in to comment.