Skip to content

Commit

Permalink
Rm console.log fully
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 13, 2024
1 parent a4f7973 commit 2ab6532
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bskyembed/src/screens/post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ const agent = new BskyAgent({
})

const uri = `at://${window.location.pathname.slice('/embed/'.length)}`

/* console.log(uri) */

if (!uri) {
throw new Error('No uri in path')
}
Expand Down

0 comments on commit 2ab6532

Please sign in to comment.