diff options
| author | dave <starpumadev@gmail.com> | 2019-04-02 10:28:38 -0400 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-04-02 10:28:38 -0400 |
| commit | 9d5ed04147388fbc29de3135b0d20102d786f966 (patch) | |
| tree | 95a21041eb53ef03f15d92836b40d0bb377d0651 /src | |
| parent | c9a9b3122db9c2c089e36930ed2a252f80de71cd (diff) | |
#469 - clean up
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index d52abeee..e0bb191c 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -181,7 +181,6 @@ const PostStatusForm = { return this.$store.state.instance.postFormats || [] }, showDirectWarning () { - console.log(this.$store.state.instance) return this.$store.state.instance.safeDM && this.newStatus.visibility === 'direct' } }, |
