getting rid of console.logs
This commit is contained in:
parent
7cda66b513
commit
72ebbd93f6
2 changed files with 0 additions and 7 deletions
|
|
@ -363,12 +363,6 @@ const PostStatusForm = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
safeToSaveDraft () {
|
safeToSaveDraft () {
|
||||||
console.log('safe', (
|
|
||||||
this.newStatus.status ||
|
|
||||||
this.newStatus.spoilerText ||
|
|
||||||
this.newStatus.files?.length ||
|
|
||||||
this.newStatus.hasPoll
|
|
||||||
) && this.saveable)
|
|
||||||
return (
|
return (
|
||||||
this.newStatus.status ||
|
this.newStatus.status ||
|
||||||
this.newStatus.spoilerText ||
|
this.newStatus.spoilerText ||
|
||||||
|
|
|
||||||
|
|
@ -338,7 +338,6 @@ const Status = {
|
||||||
return this.mergedConfig.hideWordFilteredPosts
|
return this.mergedConfig.hideWordFilteredPosts
|
||||||
},
|
},
|
||||||
hideStatus () {
|
hideStatus () {
|
||||||
console.log(this.muteFilterHits[0])
|
|
||||||
return (!this.shouldNotMute) && (
|
return (!this.shouldNotMute) && (
|
||||||
(this.muted && this.hideFilteredStatuses) ||
|
(this.muted && this.hideFilteredStatuses) ||
|
||||||
(this.userIsMuted && this.hideMutedUsers) ||
|
(this.userIsMuted && this.hideMutedUsers) ||
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue