about summary refs log tree commit diff
path: root/bskyembed/src
diff options
context:
space:
mode:
Diffstat (limited to 'bskyembed/src')
-rw-r--r--bskyembed/src/screens/post.tsx3
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')
 }