aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-26 04:44:54 +0300
committerHenry Jameson <me@hjkos.com>2018-11-26 04:44:54 +0300
commitb948234aec2ec1d140a46303c09d24424262bd66 (patch)
tree42b479fa25d0fe4c39401f9759e2f35323f86b61 /src/components
parent2dbc5f757d4e84e210a45ea99a64b79df6778b77 (diff)
whoops
Diffstat (limited to 'src/components')
-rw-r--r--src/components/post_status_form/post_status_form.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js
index e49c3ccc..fa86ee59 100644
--- a/src/components/post_status_form/post_status_form.js
+++ b/src/components/post_status_form/post_status_form.js
@@ -46,12 +46,10 @@ const PostStatusForm = {
statusText = buildMentionsString({ user: this.repliedUser, attentions: this.attentions }, currentUser)
}
- console.log(this.copyMessageScope)
const scope = (this.copyMessageScope && this.$store.state.config.copyScope || this.copyMessageScope === 'direct')
? this.copyMessageScope
: this.$store.state.users.currentUser.default_scope
- console.log(this)
return {
dropFiles: [],
submitDisabled: false,