Bluesky app fork with some witchin' additions 💫

Remove log

-1
-1
src/state/models/feed-view.ts
··· 335 * Removes posts from the feed upon deletion. 336 */ 337 onPostDeleted(uri: string) { 338 - console.log('hit', uri) 339 let i 340 do { 341 i = this.feed.findIndex(item => item.post.uri === uri)
··· 335 * Removes posts from the feed upon deletion. 336 */ 337 onPostDeleted(uri: string) { 338 let i 339 do { 340 i = this.feed.findIndex(item => item.post.uri === uri)