Remove log
This commit is contained in:
@@ -335,7 +335,6 @@ export class FeedModel {
|
|||||||
* Removes posts from the feed upon deletion.
|
* Removes posts from the feed upon deletion.
|
||||||
*/
|
*/
|
||||||
onPostDeleted(uri: string) {
|
onPostDeleted(uri: string) {
|
||||||
console.log('hit', uri)
|
|
||||||
let i
|
let i
|
||||||
do {
|
do {
|
||||||
i = this.feed.findIndex(item => item.post.uri === uri)
|
i = this.feed.findIndex(item => item.post.uri === uri)
|
||||||
|
|||||||
Reference in New Issue
Block a user