Remove log
This commit is contained in:
parent
ebc2033d18
commit
bda32c1ceb
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue