Remove log

zio/stable
Paul Frazee 2023-01-18 16:52:00 -06:00
parent ebc2033d18
commit bda32c1ceb
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ export class FeedModel {
* Removes posts from the feed upon deletion.
*/
onPostDeleted(uri: string) {
console.log('hit', uri)
let i
do {
i = this.feed.findIndex(item => item.post.uri === uri)