Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Nov 24, 2023
1 parent 40a2aff commit 5b5af79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookmarks/vanilla/src/modules/Bookmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class Bookmark {
const indexUrl = await this.getIndexUrl(session);

const ds = await getSolidDataset(indexUrl, { fetch: session.fetch });
console.log(getThingAll(ds))

const thing = getThing(ds, url)

return thing ? this.mapBookmark(thing) : undefined
Expand Down

0 comments on commit 5b5af79

Please sign in to comment.