Remove log

This commit is contained in:
Paul Frazee
2023-01-18 16:52:00 -06:00
parent a642a3fe8f
commit 14a2be33af
-1
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)