diff options
Diffstat (limited to 'bskyembed/src/screens')
-rw-r--r-- | bskyembed/src/screens/post.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bskyembed/src/screens/post.tsx b/bskyembed/src/screens/post.tsx index 76c921540..365227cd4 100644 --- a/bskyembed/src/screens/post.tsx +++ b/bskyembed/src/screens/post.tsx @@ -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') } |